WP_Admin_Bar::render()

In this article

Source

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

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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