[Plugin: Magic Fields 2] Fatal error: Call to undefined function get_field_duplicate()
-
<?php $mytitle = get_field_duplicate('bio_title'); // use the Custom Field name foreach($mytitle as $title){ echo $title; } ?>
this is for a magic field setup on a post page.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Magic Fields 2] Fatal error: Call to undefined function get_field_duplicate()’ is closed to new replies.