Thread Starter
Prebyter
(@prebytergmailcom)
http://f.cl.ly/items/2U1G0h031a002j2M0E2D/advanced-custom-field-export.xml
// Error message appears on the edit-post.php page (not on the ACF plugin page)
Thread Starter
Prebyter
(@prebytergmailcom)
Yes, it works. But if i remove the “if(is_string($string))”-construct it fails the same way as before.
Thread Starter
Prebyter
(@prebytergmailcom)
First field is a repeater field:
http://cl.ly/image/1C2V3u2O070c
Second field inside the first, too:
http://cl.ly/image/1h3Y0j2H2u0s
Relevant options of the second field (select, with multiple selection true):
http://cl.ly/image/3w0l321G2B26
My EAE calls in the function.php:
add_filter(‘acf/load_value’, ‘eae_encode_emails’);
add_filter( ‘walker_nav_menu_start_el’, ‘eae_encode_emails’ );
Thanks Till
Thread Starter
Prebyter
(@prebytergmailcom)
Mh. Sorry guys. Miss configured wordpress installation by a Coworker. There was some preg_replace lines in the functions.php.