Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

acf php fields

// Display a field
the_field('field_name');
  
// Retrieving a field as a variable
$variable = get_field('field_name');
Source by www.advancedcustomfields.com #
 
PREVIOUS NEXT
Tagged: #acf #php #fields
ADD COMMENT
Topic
Name
9+5 =