Getting value from ACF field
-
I try to create a snippet to display value from ACF option page.
example:$variable = get_field(‘phone’, ‘option’);
echo $variable;
?>or
get_field(’email’, ‘option’); ?>
But it show nothing. Is there any snippet that can be use to display ACF option page?
Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Getting value from ACF field’ is closed to new replies.