9 Jul

- Tagged in "Basic" -

acf_get_field_groups()

Description Retrieves all ACF field groups filtered by WP_Query args, returning them as an array. This function should not be confused with get_fields(), which returns an array of field values for a specific post, get_field_objects(), which returns all fields and settings but doesn’t separate them by field group, or acf_get_fields(), which retrieves all the fields […]

Continue Reading

5 Jan

acf_get_fields()

Retrieves all the fields from a specific field group.

Continue Reading

10 Apr

get_field_objects()

Returns the settings of all fields saved on a specific post.

Continue Reading

19 Feb

the_field()

Displays the value of a specific field.

Continue Reading

19 Feb

get_field_object()

Returns the settings of a specific field.

Continue Reading

19 Feb

get_fields()

Returns an array of field values (name => value) for a specific post.

Continue Reading

19 Feb

get_field()

Returns the value of a specific field.

Continue Reading