Uses
Uses | Description |
---|---|
wp-admin/includes/class-plugin-upgrader.php: upgrader_overwrote_package | Fires when the upgrader has successfully overwritten a currently installed plugin or theme with an uploaded zip package. |
wp-admin/includes/class-theme-upgrader.php: Theme_Upgrader::install_strings() | Initialize the installation 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/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |