WP_Screen::get_help_sidebar()publicWP 3.4.0

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 6.5.2

public function get_help_sidebar() {
	return $this->_help_sidebar;
}