Answers for "get field default option acf"

PHP
0

get option field acf

<?php

$variable = get_field('field_name', 'option');

// do something with $variable

?>
Posted by: Guest on February-18-2021

Browse Popular Code Answers by Language