Source
public function render() {
$root = $this->_bind();
if ( $root ) {
$this->_render( $root );
}
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
CARVIEW |
public function render() {
$root = $this->_bind();
if ( $root ) {
$this->_render( $root );
}
}
Uses | Description |
---|---|
WP_Admin_Bar::_bind()wp-includes/class-wp-admin-bar.php | |
WP_Admin_Bar::_render()wp-includes/class-wp-admin-bar.php |
Used by | Description |
---|---|
wp_admin_bar_render()wp-includes/admin-bar.php | Renders the admin bar to the page based on the $wp_admin_bar->menu member var. |
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.