وەسف
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
- Upload the
custom-option-page-for-acf
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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.
پهد
-
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.
پێداچوونەوەکان
بەشداربووان و گەشەپێدەران
“Custom Option Page for ACF” نەرمەواڵەیەکی سەرچاوە کراوەیە. ئەم کەسانەی خوارەوە بەشدارییان تێدا کردووە.
بەشداربووانTranslate “Custom Option Page for ACF” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- fixes some minor changes
1.0
- Initial Release