WP_Admin_Bar::render() In this article Table of ContentsSource Related Changelog ↑ Back to top Source public function render() { $root = $this->_bind(); if ( $root ) { $this->_render( $root ); } } View all references View on Trac View on GitHub Related UsesDescriptionWP_Admin_Bar::_bind()wp-includes/class-wp-admin-bar.phpWP_Admin_Bar::_render()wp-includes/class-wp-admin-bar.php Used byDescriptionwp_admin_bar_render()wp-includes/admin-bar.phpRenders the admin bar to the page based on the $wp_admin_bar->menu member var. Changelog VersionDescription3.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.