get option field acf

Solutions on MaxInterview for get option field acf by the best coders in the world

showing results for - "get option field acf"
Micaela
10 Jun 2018
1<?php
2
3$variable = get_field('field_name', 'option');
4
5// do something with $variable
6
7?>