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