WP_Screen::get_options
Gets 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 7.1
public function get_options() {
return $this->_options;
}