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.3.5

apply_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

    1622
    1623
    1624
    1625
    1626
    1627
    1628
    1629
    1630
         * @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 );