Inventory_Presser_Admin_Bar::add_hooks()
Adds hooks
Return Return
(void)
Source Source
File: includes/admin/class-admin-bar.php
public function add_hooks() { // Add a link to the main menu of the Admin bar. add_action( 'admin_bar_menu', array( $this, 'add_vehicles_to_admin_bar' ), 100, 1 ); }
Expand full source codeCollapse full source codeView on Github