Bulk_Plugin_Upgrader_Skin::after() WordPress Method
The Bulk_Plugin_Upgrader_Skin::after() method is called after the bulk plugin upgrade is complete. This method can be used to perform any cleanup or post-upgrade tasks.
Bulk_Plugin_Upgrader_Skin::after( string $title = '' ) #
Contents
Parameters
- $title
(string)(Optional)
Default value: ''
Source
File: wp-admin/includes/class-bulk-plugin-upgrader-skin.php
public function after( $title = '' ) { parent::after( $this->plugin_info['Title'] ); $this->decrement_update_count( 'plugin' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub