Performs an action before a bulk theme update.
Parameters
$titlestringoptionalDefault:
''
Source
public function before( $title = '' ) {
parent::before( $this->theme_info->display( 'Name' ) );
}
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
Performs an action before a bulk theme update.
$titlestringoptionalDefault:''
public function before( $title = '' ) {
parent::before( $this->theme_info->display( 'Name' ) );
}
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.