Plugin info

Total downloads: 535
Active installs: 50
Total reviews: 3
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/13/2025 (78 days ago)
Added to WordPress: 4/25/2025 (0 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 6.8.3
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 78 days ago • 3 reviews

61/100

Is Custom Option Page for ACF abandoned?

Likely maintained (last update 78 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 6.8.3
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The ACF Custom Option Page plugin allows you to create custom option pages using Advanced Custom Fields (ACF). This plugin enhances your WordPress admin interface by providing a seamless way to manage options with ACF’s powerful field management system.

Installation

  1. Upload the custom-option-page-for-acf folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Ensure the Advanced Custom Fields (ACF) plugin is installed and activated, as this plugin is dependent on it.

Usage Example:

This plugin saves values in the WordPress options table using the format copacf_options_FIELD_NAME.

To retrieve an option value on the frontend, use WordPress’s native get_option() function:

get_option('copacf_options_FIELD_NAME')

Replace FIELD_NAME with the actual name of your ACF field.

Frequently Asked Questions

Does this plugin require ACF?

Yes, this plugin requires the Advanced Custom Fields (ACF) plugin to be installed and activated.

Is this plugin compatible with the latest WordPress version?

Yes, tested up to WordPress 6.8. Always check the ‘Tested up to’ value for the latest compatibility.

Review feed

No reviews available

Screenshots

  1. The custom option page interface showing the main settings panel.

    The custom option page interface showing the main settings panel.

  2. Example of field management with ACF integration, displaying various field types.

    Example of field management with ACF integration, displaying various field types.

  3. Example of ACF Option Page.

    Example of ACF Option Page.

Changelog

1.1

  • fixes some minor changes

1.0

  • Initial Release

1.2

  • fixes some minor changes