WP_Admin_Bar::render()


Description Description


Source Source

File: wp-includes/class-wp-admin-bar.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.