Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-upgrader.php: WP_Upgrader::generic_strings() | Add the generic strings to WP_Upgrader::$strings. |
Initialize the upgrader.
This will set the relationship between the skin being used and this upgrader, and also add the generic strings to WP_Upgrader::$strings
.
File: wp-admin/includes/class-wp-upgrader.php
public function init() { $this->skin->set_upgrader( $this ); $this->generic_strings(); }
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_upgrader/init