Support

Account

Home Forums Backend Issues (wp-admin) Add field group to a custom plugin page Reply To: Add field group to a custom plugin page

  • You can’t add ACF field groups to custom admin pages unless those pages are created with ACF Options Page addition. I would suggest that you get ACF5 Pro unless you don’t already have it. Then you can create an options page with ACF in the same location as where you want to put your custom admin page. Then you can put your fields there and you can get the values using get_field('field_name', 'option');