Advanced Custom Fields Options Page Addon
Overview
The options page feature provides a set of functions to add extra admin pages to edit ACF fields! Each admin page can be fully customized (see code examples below), and sub admin pages can be created too!
All data saved on an options page is global. This means it is not attached to any particular post or page, but is saved in the wp_options
table. This allows the data to be displayed on any page throughout the website (good for header and footer data)!
Advanced Custom Fields Options Page Addon
Notes
The ACF v4 Options Page add-on will automatically add the default options page, however, this is not the case in ACF PRO. If working with ACF PRO, you will need to add the default options page (if required) manually using the code above.
All functions mentioned above must be used before the action admin_menu
(priority 99) as this is when the options pages are added to WordPress.