3 Dec 25

- Tagged in "Functions" -

acf_inline_toolbar_editing_attrs()

Description Helper function that returns the HTML attributes required for toolbar inline editing as a string, escaped and ready for output. It is used within ACF Block render templates to make an HTML element show a popup toolbar when clicked, allowing authors to edit multiple fields at once. Changelog Added in version 6.7 Parameters acf_inline_toolbar_editing_attrs( […]

Continue Reading

3 Dec 25

acf_inline_text_editing_attrs()

Description Helper function that returns the HTML attributes required for inline text editing as a string, escaped and ready for output. It is used within ACF Block render templates to make an HTML element directly editable, primarily for T... Continue Reading

9 Jul 24

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... Continue Reading

5 Jan 24

acf_get_fields()

Retrieves all the fields from a specific field group.

Continue Reading

17 Feb 22

acf_register_block_type()

Registers a custom block type in the Gutenberg editor.

Continue Reading

4 Aug 17

delete_sub_field()

Deletes the value of a specific sub field.

Continue Reading

7 Mar 17

acf_register_form()

Registers a front end form.

Continue Reading

7 Mar 17

acf_form_head()

Validates and saves data submitted from an acf_form().

Continue Reading

17 Oct 16

delete_sub_row()

Deletes a row of data from an existing Repeater or Flexible Content sub field value.

Continue Reading