WP_Locale::__construct()

In this article

Constructor which calls helper methods to set up object variables.

Source

public function __construct() {
	$this->init();
	$this->register_globals();
}

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

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