acf/prepare_field_for_import
acf/prepare_field_for_import
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/prepare_field_for_import') is found 1 times:
- /includes/acf-field-functions.php line 1626
Warning: Undefined array key 1630 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1631 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
162216231624162516261627162816291630* @since 5.0.0
*
* @param
array
$field
The field
array
.
*/
return
apply_filters(
'acf/prepare_field_for_import'
,
$field
);
}
// Register variation.
acf_add_filter_variations(
'acf/prepare_field_for_import'
,
array
(
'type'
), 0 );