acf/updated_field

acf/updated_field

Hook Type: action

See hook in core

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

do_action('acf/updated_field') is found 1 times:

  • /includes/acf-field-functions.php line 1065
    1061
    1062
    1063
    1064
    1065
    1066
    1067
    1068
    1069
    1070
    1071
         * @since   5.7.10
         *
         * @param   array $field The field array.
         */
        do_action( 'acf/updated_field', $field );
     
        // Return field.
        return $field;
    }
     
    // Register variation.