acf/untrash_field

acf/untrash_field

Hook Type: action

See hook in core

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

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

  • /includes/acf-field-functions.php line 1244
    1240
    1241
    1242
    1243
    1244
    1245
    1246
    1247
    1248
    1249
    1250
         * @since   5.0.0
         *
         * @param   array $field The field array.
         */
        do_action( 'acf/untrash_field', $field );
     
        // Return true.
        return true;
    }
     
    /**