Bulk_Plugin_Upgrader_Skin::before
Performs an action before a bulk plugin update.
Method of the class: Bulk_Plugin_Upgrader_Skin{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Bulk_Plugin_Upgrader_Skin = new Bulk_Plugin_Upgrader_Skin(); $Bulk_Plugin_Upgrader_Skin->before( $title );
- $title(string)
- .
Default:''
Changelog
| Since 3.0.0 | Introduced. |
Bulk_Plugin_Upgrader_Skin::before() Bulk Plugin Upgrader Skin::before code WP 6.9.1
public function before( $title = '' ) {
parent::before( $this->plugin_info['Title'] );
}