WP_Locale::__construct()
Constructor which calls helper methods to set up object variables.
Метод класса: WP_Locale{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
global $wp_locale; $wp_locale->__construct();
Список изменений
С версии 2.1.0 | Введена. |
Код WP_Locale::__construct() WP Locale:: construct WP 6.7.1
public function __construct() { $this->init(); $this->register_globals(); }