Dapatkan Opsi Field ACF

<?php

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

// do something with $variable

?>
Magnificent Mouse