• Resolved Ashworth Creative

    (@ashworthcreative)


    Could you please update line 187 of /wp-store-locator/admin/class-admin.php so that add_menu_page includes the final argument apply_filters( 'wpsl_menu_position', null ) ?

    That way you could specify the store locator’s admin menu position in a theme’s functions file with something like: add_filter( 'wpsl_menu_position', function() { return 26; });

    Personally I would change the null value in apply_filters to something higher up to keep the store locator closer to the pages and posts.

    https://ww.wp.xz.cn/plugins/wp-store-locator/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Add filter for admin menu position’ is closed to new replies.