WP_Screen::get_options() public WP 3.8.0
Get the options registered for the screen.
{} Это метод класса: WP_Screen{}
Хуков нет.
Возвращает
Массив
. Options with arguments.
Использование
$WP_Screen = new WP_Screen(); $WP_Screen->get_options();
Список изменений
С версии 3.8.0 | Введена. |
Код WP_Screen::get_options() WP Screen::get options WP 5.7.1
public function get_options() {
return $this->_options;
}