5 Jan

- Tagged in "Functions" -

acf_get_fields()

Retrieves all the fields from a specific field group.

Continue Reading

17 Feb

acf_register_block_type()

Registers a custom block type in the Gutenberg editor.

Continue Reading

4 Aug

delete_sub_field()

Deletes the value of a specific sub field.

Continue Reading

7 Mar

acf_register_form()

Registers a front end form.

Continue Reading

7 Mar

acf_form_head()

Validates and saves data submitted from an acf_form().

Continue Reading

17 Oct

delete_sub_row()

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

Continue Reading

17 Oct

add_sub_row()

Adds a new row of data to a Repeater or Flexible Content sub field value.

Continue Reading

17 Oct

update_sub_row()

Updates a row of data for an existing Repeater or Flexible Content sub field value.

Continue Reading

8 Sep

delete_field()

Deletes the value of a specific field.

Continue Reading

15 Mar

get_row()

Returns an array containing all values for the current row.

Continue Reading