I installed your plugin and it didn’t appear in my WP admin menu. So I…
– deactivated your plugin,
– deactivated ACF,
– reactivated ACF and then
– reactivated your plugin
…and still not showing.
I am using the latest free version of ACF (5.7.7)
]]>Updated version 1.3!
https://github.com/samjco/ACF-PHP-VARS
I will also to the WordPress repo soon.
]]>In file inc/acf-spv-options.php you have a closing php Tag in the end.
This adds a new line in front of DOM (and a generated sitemap will have errors).
Please remove:
?>
]]>
Nice idea for a plugin :).
Unfortunately it does not work.
The table prefix is hardcoded so the plugin won′t work on any custom table prefix.
error in acf-spv-options.php line 49 to 51
Aaron from Awesome ACF recommended your plugin to me. I have a number of Field Groups, so as I use the plugin, scrolling and searching adds an extra steps. When the data displays, could it include Accordion functionality so displays are collabible?
Thanks so much!
Greg
First off, thanks for such a kick ass plugin. As a dev, tools like this certainly make life easier.
As per the title, when ACF is included as a bundle, instead of activated as a plugin, then this module fails to load and instead displays a message.
As a fix, i could suggest instead of your current code for checking for acf, that instead of:
if((is_plugin_active(‘advanced-custom-fields/acf.php’)) || (is_plugin_active(‘advanced-custom-fields-pro/acf.php’))):
add_action(‘admin_enqueue_scripts’, ‘hook_to_acf_installed’);
add_action(‘init’, ‘get_acfspv_options’);
else:
you use this:
if((class_exists(‘acf’)):
add_action(‘admin_enqueue_scripts’, ‘hook_to_acf_installed’);
add_action(‘init’, ‘get_acfspv_options’);
else:
This should fix the issue.
]]>Hi there,
first of all, this plugin is exactly what I needed! Great work! ??
But I have some issues for you:
Your plugin is very nice and useful! Keep on the good work!
]]>Hi,
I’m getting this error on the options page. It Appears above each field group.
Notice: Undefined variable: hide in /srv/www/redwire.com/current/web/app/plugins/acf-php-vars/inc/acf-spv-options.php on line 145