Bulk_Theme_Upgrader_Skin::after() WordPress Method
The Bulk_Theme_Upgrader_Skin::after() method is used to display a message after the bulk theme upgrade is complete. This message can be customized by the user.
Bulk_Theme_Upgrader_Skin::after( string $title = '' ) #
Contents
Parameters
- $title
(string)(Optional)
Default value: ''
Source
File: wp-admin/includes/class-bulk-theme-upgrader-skin.php
public function after( $title = '' ) { parent::after( $this->theme_info->display( 'Name' ) ); $this->decrement_update_count( 'theme' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub