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-plugin-upgrader.php: Plugin_Upgrader::install_strings() | Initialize the installation strings. |
wp-admin/includes/plugin.php: wp_clean_plugins_cache() | Clears the plugins cache used by get_plugins() and by default, the plugin updates cache. |
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. |