WP_Locale::__construct()

Constructor which calls helper methods to set up object variables.


Source

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

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


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

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