=== Frontend Editor ACF === Contributors: wpvibes, anandau14 Tags: acf, advanced custom field, frontend editing Requires at least: 5.6 Tested up to: 6.8 Requires PHP: 7.0 Stable tag: 1.0.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html The frontend editor for Advanced Custom Field. I helps you to quickly edit post custom fields (created using Advanced Custom Fields) from the frontend. == Description == Fronted Editor - ACF is a utlility plugin that allows you to edit custom fields created using Advanced Custom Fields plugin. It adds a new item "Edit ACF" in the admin bar on frontend. Click on that and it will open a panel on right. Just change the info and click update. ## Why should you choose Frontend Editor ACF? ### Light Weight and Instant Loading Code is optimized for fast loading and instant editing with no extra resources. ### Expert Support We have a highly efficient support team who are always ready to help you. Ask your queries in Support Forum or Contact Us directly. ### Regular Updates Fully compatible with WordPress and ACF latest versions. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress. == Frequently Asked Questions == = Can this plugin work without Advanced Custom Fields plugin? = No this is an addon for Advanced Custom Fields (ACF) plugin, so it is mandatory to have ACF activated on your site. = Will it works with any theme? = Yes, this plugin will work on all the themes. = Do I need to know coding skills to use this plugin? = Absolutely not; it's an easy-to-use plugin, so no coding knowledge is needed. == Changelog == = 1.0.1 = * Enhancement: Added support for field conditional logics. = 1.0.0 = * Code restructuring to provide better experience. * Added Legacy mode option to use old editor interface. * Use hook add_filter('feacf_use_legacy_form', '__return_true'); to enable legacy mode. * Tested Upto WordPress 6.8 and ACF 6.5.1 = 0.1 = * Initial Launch