acf/import_field_group
acf/import_field_group
Appears in: advanced-custom-fields.5.12.2
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.5.12.2do_action('acf/import_field_group') is found 1 times:
- /includes/acf-field-group-functions.php line 1106
Warning: Undefined array key 1110 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1111 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since 5.0.0 * * @param array $field_group The field_group array. */ do_action( 'acf/import_field_group', $field_group ); // return new field group. return $field_group; }