Support

Account

Home Forums Add-ons Options Page can't add field to options page Reply To: can't add field to options page

  • I cannot recreate your problem.

    Since you’re adding a sub options page, try using that function instead.

    
    acf_add_options_sub_page(array(
    					'page_title'      => 'JUSTATEST',
    					'parent_slug'     => 'shop_menuentry',
    					'capability' => 'manage_options'
    				));