acf/prepare_field

acf/prepare_field

Hook Type: filter

See hook in core

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

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

  • /includes/acf-field-functions.php line 556
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
         * @since   5.0.0
         *
         * @param   array $field The field array.
         */
        $field = apply_filters( 'acf/prepare_field', $field );
     
        // return
        return $field;
    }
     
    // Register variation.