Hello dsnger!
Thanks for the report. The update 0.8.4 changed a bit the way the plugin get loaded. It now loads after theme setup in order to correctly detect ACF Pro if it is bundled in the theme.
Can you please do the following check:
* Is ACF Extended correctly activated in the plugins? If so, is there any warning, message?
* Do you have the latest WP + ACF Pro version?
* What is your theme?
Thanks in advance,
Regards.
Thread Starter
Daniel
(@dsnger)
Hi, thanks for your fast reaction.
Both plugins, acf pro and acf extended are updated and activated.
I have no special theme, is my own creation. Everything works fine until update 0.8.3x.
If i change the theme to twentytwenty, the plugin works?! What could bei the difference?
Hello,
After a discussion, the problem come from the plugin’s loading sequence when a get_field() function is being called in the theme functions.php file.
The fix is to replace: \acf-extended\acf-extended.php line:72 with:
add_action('acf/include_field_types', array($this, 'load'), 5);
I’ll push a fix soon.
Regards.