W3cubDocs

/WordPress

Bulk_Theme_Upgrader_Skin::after( string $title = )

Performs an action following a bulk theme update.

Parameters

$titlestringoptional

Default:''

Source

public function after( $title = '' ) {
	parent::after( $this->theme_info->display( 'Name' ) );
	$this->decrement_update_count( 'theme' );
}

Changelog

Version Description
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/bulk_theme_upgrader_skin/after