WP_Screen::get_help_sidebar
Gets the content from a contextual help sidebar.
Метод класса: WP_Screen{}
Хуков нет.
Возвращает
Строку. Contents of the help sidebar.
Использование
$WP_Screen = new WP_Screen(); $WP_Screen->get_help_sidebar();
Список изменений
| С версии 3.4.0 | Введена. |
Код WP_Screen::get_help_sidebar() WP Screen::get help sidebar WP 6.9.1
public function get_help_sidebar() {
return $this->_help_sidebar;
}