WP_Upgrader::init()

Initialize the upgrader.


Description

This will set the relationship between the skin being used and this upgrader, and also add the generic strings to WP_Upgrader::$strings.


Top ↑

Source

File: wp-admin/includes/class-wp-upgrader.php. View all references

public function init() {
	$this->skin->set_upgrader( $this );
	$this->generic_strings();
}


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.