wp admin includes theme.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki
interface AdminThemeInterface {
function delete_theme($stylesheet, $redirect = '');
function get_page_templates( $post = null, $post_type = 'page' );
function _get_template_edit_filename($fullpath, $containingfolder);
function theme_update_available( $theme );
function get_theme_update_available( $theme );
function get_theme_feature_list( $api = true );
function themes_api( $action, $args = array() );
function wp_prepare_themes_for_js( $themes = null );
function customize_themes_print_templates();
}