List Out WP Inventory Manager Pages

Are you in need of determining exactly what pages WP Inventory Manager is on within  your site?  Here is how!

This filter returns the list of admin page names that are consider WP Inventory Pages. Adding pages to this list will ensure that the styles and scripts are added to the page in the Admin dashboard.

apply_filters('wpim_admin_pages', self::$pages);

Useful when combined with the wpim_admin_menu action when writing an add-on to the plugin, and you are adding an admin page.

add_filter('wpim_admin_pages', 'my_custom_function');

function my_custom_function($pages) {
    $pages[] = 'my_admin_menu_slug';
    return $pages;
}

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