Download a language pack.
wp_install_language_form
Output the select form for the language selection on the installation screen.
wp_get_available_translations
Get available translations from the WordPress.org API.
translations_api
Retrieve translations from WordPress Translation API.
Advertisement
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.
wp_get_theme_error
Gets the error that was recorded for a paused theme.
is_theme_paused
Determines whether a theme is technically active but was paused while loading.
Advertisement
customize_themes_print_templates
Print JS templates for the theme-browsing UI in the Customizer.
wp_prepare_themes_for_js
Prepare themes for JavaScript.
themes_api
Retrieves theme installer pages from the WordPress.org Themes API.
get_theme_feature_list
Retrieve list of WordPress theme features (aka theme tags).
Advertisement
get_theme_update_available
Retrieve the update link if there is a theme update available.
theme_update_available
Check if there is an update for a theme available.
_get_template_edit_filename
Tidies a filename for url display by the theme editor.