WP Inventory Manager Dashboard Admin Menu

Do you need to add another page for admin purposes under the existing WP Inventory tab?  This action is what you need!

Called when WP Inventory is adding admin menus. Allows you to add sub-menus to the WP Inventory top-level menu, and know that the WP Inventory top-level menu is ready.


add_action('wpim_admin_menu', 'my_custom_function');

function my_custom_function() {
    // Adds a submenu to the WP Inventory menu
    add_submenu_page(WPIMCore::MENU, $page_title, $menu_title, $capability, $menu_slug, $function);
}

The add_submenu_page is a WordPress function.  You can view the documentation here.

Reviews on WordPress.org

Trusted by thousands of businesses

★★★★★

"Created an online museum for my club. Really impressive plugin. Support was responsive and helpful."

@hackrepair

★★★★★

"Excellent, clean, simple inventory management. Well structured code — use it right away or customize it to your liking."

@techlocally

★★★★★

"We purchased the entire suite. Installation was easy, small issues were fixed immediately, and the guidance during setup was invaluable."

@design4dotcom

★★★★★

"Plugin support was helpful and rapid. Highest mark."

@drgar

★★★★★

"Great support. Very thorough when looking for a solution, and upfront with exactly how to fix it or institute a workaround."

@shoidahl

★★★★★

"I used this plugin and eventually hired the developers for all my WordPress work. Responsive, competent, and clean code. Would recommend to anyone."

@justenhong