Bulk_Plugin_Upgrader_Skin::add_strings
Sets up the strings used in the update process.
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->add_strings();
Changelog
| Since 3.0.0 | Introduced. |
Bulk_Plugin_Upgrader_Skin::add_strings() Bulk Plugin Upgrader Skin::add strings code WP 7.0
public function add_strings() {
parent::add_strings();
/* translators: 1: Plugin name, 2: Number of the plugin, 3: Total number of plugins being updated. */
$this->upgrader->strings['skin_before_update_header'] = __( 'Updating Plugin %1$s (%2$d/%3$d)' );
}