WP_Admin_Bar::_set_node( array $args )

In this article

Parameters

$argsarrayrequired

Source

final protected function _set_node( $args ) {
	$this->nodes[ $args['id'] ] = (object) $args;
}

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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