acf/untrash_field

acf/untrash_field

Hook Type: action

See hook in core

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

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

  • /includes/acf-field-functions.php line 1210
    1206
    1207
    1208
    1209
    1210
    1211
    1212
    1213
    1214
    1215
    1216
         * @since   5.0.0
         *
         * @param   array $field The field array.
         */
        do_action( 'acf/untrash_field', $field );
     
        // Return true.
        return true;
    }
     
    /**