Shawson
0
Q:

get field acf

$content = get_field('content', $post_id);
1
get_field_object('content', post_id);
0
$value = get_field( "text_field" );

if( $value ) {
    echo $value;
} else {
    echo 'empty';
}
0

New to Communities?

Join the community