LLMS_View_Manager::add_menu_items( WP_Admin_Bar $wp_admin_bar )

Add view links to the admin menu bar for qualifying users.


Description Description


Parameters Parameters

$wp_admin_bar

(Required) Admin bar class instance.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.view.manager.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.1 Use should_display() method to determine if the view manager should be added to the admin bar.
4.2.0 Updated icon.
4.16.0 Retrieve nodes to add from get_menu_items_to_add().
3.7.0
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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