Method | Description | |
---|---|---|
__construct ( ) | ||
display_theme_editor ( $theme_name ) | The Theme Editor - Manage UI | |
display_theme_list ( ) | ||
theme_installable ( $theme_name ) : boolean | Verify that theme exist and not active | |
theme_uploader ( ) | ||
theme_widget_exists ( $theme_name ) | Check if a theme widget file exist | |
verify_theme ( $theme_name ) : boolean | Verify theme exist |
public static display_theme_editor ( $theme_name ) |
static public theme_installable ( $theme_name ) : boolean | ||
$theme_name | ||
return | boolean |
static public theme_widget_exists ( $theme_name ) |
public static verify_theme ( $theme_name ) : boolean | ||
$theme_name | ||
return | boolean |