WP_Admin_Bar::render()
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() WP Admin Bar::render code WP 6.6.2
public function render() { $root = $this->_bind(); if ( $root ) { $this->_render( $root ); } }