WP_Admin_Bar::render()publicWP 3.1.0

Метод класса: WP_Admin_Bar{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WP_Admin_Bar = new WP_Admin_Bar();
$WP_Admin_Bar->render();

Список изменений

С версии 3.1.0 Введена.

Код WP_Admin_Bar::render() WP 6.4.3

public function render() {
	$root = $this->_bind();
	if ( $root ) {
		$this->_render( $root );
	}
}