Uses
Uses | Description |
---|---|
wp-admin/includes/class-theme-upgrader.php: Theme_Upgrader::upgrade_strings() | Initialize the upgrade strings. |
wp-includes/theme.php: get_theme_root() | Retrieves path to themes directory. |
wp-includes/theme.php: wp_clean_themes_cache() | Clears the cache held by get_theme_roots() and WP_Theme. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: remove_action() | Removes a function from a specified action hook. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |