wp-admin/includes/theme.php
Lines:
1 to 36 of 36
<?php /** * WordPress Theme Administration API * * @package WordPress * @subpackage Administration */ /* function delete_theme() – Remove a theme */ /* function get_page_templates() – Get the Page Templates available in this theme */ /* function _get_template_edit_filename() – Tidies a filename for url display by the theme editor. */ /* function theme_update_available() – Check if there is an update for a theme available. */ /* function get_theme_update_available() – Retrieve the update link if there is a theme update available. */ /* function get_theme_feature_list() – Retrieve list of WordPress theme features (aka theme tags). */ /* function themes_api() – Retrieves theme installer pages from the WordPress.org Themes API. */ /* function wp_prepare_themes_for_js() – Prepares themes for JavaScript. */ /* function customize_themes_print_templates() – Prints JS templates for the theme-browsing UI in the Customizer. */ /* function is_theme_paused() – Determines whether a theme is technically active but was paused while loading. */ /* function wp_get_theme_error() – Gets the error that was recorded for a paused theme. */ /* function resume_theme() – Tries to resume a single theme. */ /* function paused_themes_notice() – Renders an admin notice in case some themes have been paused due to errors. */