Performs an action before a bulk plugin update.
Parameters
$titlestringrequired
Source
public function before( $title = '' ) {
parent::before( $this->plugin_info['Title'] );
}
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
Performs an action before a bulk plugin update.
$titlestringrequiredpublic function before( $title = '' ) {
parent::before( $this->plugin_info['Title'] );
}
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.