Inventory_Presser_Admin_Bar::add_hooks()

Adds hooks

On This Page


Return Return

(void)


Top ↑

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 );
	}