WP_Admin_Bar::render
Method of the class: WP_Admin_Bar{}
No Hooks.
Returns
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() WP Admin Bar::render code WP 6.9.1
public function render() {
$root = $this->_bind();
if ( $root ) {
$this->_render( $root );
}
}