How to get typography field inside a variable
-
Hi, when i use:
get_typography_field( $selector, $property, [$post_id], [$format_value] );Inside a variable, like this:
$a = get_typography_field( ‘field_name’, ‘font_size’ );It is not working.
Can i just use is like:
$a = get_field(‘field_name’); or something else?How can i get it to work?
What is the format value anyway?Thanks, this is really a good add-on for ACF pro.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to get typography field inside a variable’ is closed to new replies.