Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-upgrader.php: upgrader_process_complete | Fires when the upgrader process is complete. |
wp-admin/includes/class-plugin-upgrader.php: Plugin_Upgrader::upgrade_strings() | Initialize the upgrade 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-admin/includes/plugin.php: is_plugin_active() | Determines whether a plugin is active. |
wp-admin/includes/plugin.php: get_plugin_data() | Parses the plugin contents to retrieve plugin’s metadata. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter 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/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. |