Summery Summery
Initialize the upgrade strings.
Syntax Syntax
Source Source
File: wp-admin/includes/class-plugin-upgrader.php
* * @see check_package() */ public $new_plugin_data = array(); /** * Initialize the upgrade strings. * * @since 2.8.0 */ public function upgrade_strings() { $this->strings['up_to_date'] = __( 'The plugin is at the latest version.' );
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |