acf/prepare_field_for_import

acf/prepare_field_for_import

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.3

apply_filters('acf/prepare_field_for_import') is found 1 times:

  • /includes/acf-field-functions.php line 1618

    Warning: Undefined array key 1622 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1623 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 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 );