WP_Admin_Bar::render()publicWP 3.1.0

Method of the class: WP_Admin_Bar{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Changelog

Since 3.1.0 Introduced.

WP_Admin_Bar::render() code WP 6.5.2

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