To update field link, we have to use an array :
<?php $site = array( 'title' => $my_title, 'url' => $my_url, 'target' => "_blank", ); update_field('site', $site, 'user_' . $user_id); ?>
To update field link, we have to use an array :
<?php $site = array( 'title' => $my_title, 'url' => $my_url, 'target' => "_blank", ); update_field('site', $site, 'user_' . $user_id); ?>
L’Association » « woocommerce, overwrite auto scroll (scroll to notice function)