WP_Customice_Managuer::current_theme( mixed   $current_theme ): string

Filters the active theme and return the name of the previewed theme.

Parameters

$current_theme mixed required
@internal Parameter is not used

Return

string Theme name.

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.