Example of display content inside Admin Toolbar -> child_node
-
Hi!
I wonder if its allowed to display content inside a child_node for the admin toolbar?
Example:
$args = array( 'id' => 'child_node', 'title' => $this->get_content(), 'parent' => 'parent_node' ); $wp_admin_bar->add_node( $args );
Its possibly now but it feel like its not allowed and its not working well, the height of the child_node dosen’t cover the hole element. Do you have some examples to show me of others that have done this?
- The topic ‘Example of display content inside Admin Toolbar -> child_node’ is closed to new replies.