Filters the active theme and return the name of the previewed theme.
Parameters
$current_theme
mixedrequired- @internal Parameter is not used
Source
public function current_theme( $current_theme ) {
return $this->theme()->display( 'Name' );
}
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.