[appointment_form post="kelas-starter-private-booking-form"]

Cari Berdasarkan Waktu

Pilih Waktu

Pengajar 24 Jam Kedepan

Pengajar Yang Tersedia Membantumu di 24 Jam Kedepan

User Avatar
Adinda Fariani

Jadwal Terdekat

User Avatar
Adinda Fariani

Jadwal Terdekat

User Avatar
Adinda Fariani

Jadwal Terdekat

User Avatar
Adinda Fariani

Jadwal Terdekat

BASIC

acf_get_field_groups()

acf_get_fields() Retrieves all the fields from a specific field group.

get_field_object() Returns the settings of a specific field.

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

get_field() Returns the value of a specific field.

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

LOOP

get_row_index() Returns the current row index within a have_rows() loop.

get_row_layout() Returns the current row layout name within a have_rows() loop.

get_row() Returns an array containing all values for the current row.

get_sub_field_object() Returns the settings of a specific sub field.

get_sub_field() Returns the value of a specific sub field.
have_rows() Used to loop through a parent field’s value.
the_sub_field() Displays the value of a specific sub field.

UPDATE

add_row() Adds a new row of data to an existing Repeater or Flexible Content field value.
add_sub_row() Adds a new row of data to a Repeater or Flexible Content sub field value.
delete_field() Deletes the value of a specific field. delete_row() Deletes a row of data from an existing Repeater or Flexible Content field value.
delete_sub_field() Deletes the value of a specific sub field.
delete_sub_row() Deletes a row of data from an existing Repeater or Flexible Content sub field value.
update_field() Updates the value of a specific field. update_row() Updates a row of data for an existing Repeater or Flexible Content field value.
update_sub_field() Updates the value of a specific sub field.
update_sub_row() Updates a row of data for an existing Repeater or Flexible Content sub field value.

OTHER

acf_add_options_page() Adds an options page to the admin menu.

acf_add_options_sub_page() Add a global options sub page to the WordPress dashboard.

acf_form_head() Validates and saves data submitted from an acf_form().

acf_form() Creates a front end form.

acf_register_block_type() Registers a custom block type in the Gutenberg editor.

acf_register_form() Registers a front end form.
Shortcode Used within a content editor to display a custom field’s value.

DEPRECATED

acf_set_options_page_capability() Modifies the default Options Page capability setting.
acf_set_options_page_menu() Modifies the default Options Page menu name setting.
acf_set_options_page_title() Modifies the default Options Page title setting.
has_sub_field() Loops through rows of a Repeater or Flexible Content field.
the_flexible_field() Loops through rows of a Flexible Content field.
the_repeater_field() Loops through rows of a Repeater field.

Code Reference