• Resolved Craig

    (@digimouse)


    Hi,

    I am making a little plugin for my site and want to put the options on the “Job Listings -> Settings -> Job Listings” page. Is a hook that will get me there?

    If not I know the Field Editor plugin manages to get a page under “Job Listings” menu item, can you provide details needed to do the same please.

    Thanks
    Craig

    https://ww.wp.xz.cn/plugins/wp-job-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor annezazu

    (@annezazu)

    Hey there,

    It sounds like you are creating a plugin which inserts it’s own options on the Job Listings > Settings > Job Listings tab. If that’s the case, it’s likely simpler to just make a new menu entry under Job Listings using add_submenu_page():

    https://developer.ww.wp.xz.cn/reference/functions/add_submenu_page/

    Hope this helps!

    Thread Starter Craig

    (@digimouse)

    Hi,

    This is the option I have gone for in the end. To be honest it makes the plugins settings easier to find anyway which is a bonus to this method 🙂

    Craig

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Admin Menu Hook?’ is closed to new replies.