Home › Forums › Add-ons › Options Page › get_field('xxx', 'options') not returning value anymore › Reply To: get_field('xxx', 'options') not returning value anymore
Did another test with this code in header.php, which is shared by child/primary site:
switch_to_blog(25);
echo '<pre>';
var_dump(get_field('phone', 'options'));
echo '</pre>';
echo '<pre>';
var_dump(get_option('options_phone'));
echo '</pre>';
restore_current_blog();
exit;
(CHILD SITE)
string(12) “714 579 1642”
string(12) “714 579 1642”
(PRIMARY SITE)
string(2) “91”
string(12) “714 579 1642”
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.