WP_Customize_Widgets::get_captured_options()
Retrieves captured widget option updates.
Метод класса: WP_Customize_Widgets{}
Хуков нет.
Возвращает
Массив
. Array of captured options.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_captured_options();
Список изменений
С версии 3.9.0 | Введена. |
Код WP_Customize_Widgets::get_captured_options() WP Customize Widgets::get captured options WP 6.8.1
protected function get_captured_options() { return $this->_captured_options; }