• I’m using the following standard hooks to create a page with a form to update the Options API:

    add_action('admin_menu' ...

    and

    add_options_page('Affiliate Hoover', 'Affiliate Hoover','manage_options', $page_url, array($this, 'create_html'));

    If I was to add more that one options form can I spread it out over multiple pages or do I have to cram them all onto one page?

    From looking at other addons it would seem that it is only possible to do the latter unless I create multiple entries on the main admin menu

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Quick question: multiple Options forms on different admin pages?’ is closed to new replies.