wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-admin/includes/theme.php › WordPress File
Funktionen13
› WordPress Theme Administration API
Funktion | Kurzbeschreibung |
---|---|
customize_themes_print_templates | Prints JS templates for the theme-browsing UI in the Customizer. |
delete_theme | Removes a theme. |
get_page_templates | Gets the page templates available in this theme. |
get_theme_feature_list | Retrieves list of WordPress theme features (aka theme tags). |
get_theme_update_available | Retrieves the update link if there is a theme update available. |
is_theme_paused | Determines whether a theme is technically active but was paused while loading. |
paused_themes_notice | Renders an admin notice in case some themes have been paused due to errors. |
resume_theme | Tries to resume a single theme. |
themes_api | Retrieves theme installer pages from the WordPress.org Themes API. |
theme_update_available | Check if there is an update for a theme available. |
wp_get_theme_error | Gets the error that was recorded for a paused theme. |
wp_prepare_themes_for_js | Prepares themes for JavaScript. |
_get_template_edit_filename | Tidies a filename for url display by the theme file editor. |