WP_Admin_Bar::_set_node( array $args )


Parameters

$args array Required

Top ↑

Source

File: wp-includes/class-wp-admin-bar.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes

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