Title: Flush Transients
Author: Felix Arntz
Published: <strong>18 ژانویه 2024</strong>
Last modified: 17 می 2026

---

جستجوی افزونه‌ها

![](https://s.w.org/plugins/geopattern-icon/flush-transients.svg)

# Flush Transients

 توسط [Felix Arntz](https://profiles.wordpress.org/flixos90/)

[دانلود](https://downloads.wordpress.org/plugin/flush-transients.1.0.1.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/flush-transients/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/flush-transients/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/flush-transients/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/flush-transients/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/flush-transients/)

## توضیحات

Just like many other plugins offer a feature to flush the WordPress object cache,
this plugin allows to flush transients.

Many WordPress sites do not have access to an object cache in their hosting environment,
and for those sites transients are the only mechanism for caching data which WordPress
natively supports. Being able to clear transients can be crucial for certain use-
cases, particularly on sites that do not use an object cache.

This plugin adds a small admin bar menu item where users with the required capabilities
can flush transients for the site. For sites not using an object cache, where transients
are stored in the database, the menu item also provides information on the amount
of transients stored.

Both regular transients and network transients are supported. When using WordPress
Multisite, network transients can be flushed in the Network Admin UI.

## عکس‌های صفحه

[⌊The admin bar entry to flush transients⌉⌊The admin bar entry to flush transients⌉[

The admin bar entry to flush transients

## نصب

 1. Upload the entire `flush-transients` folder to the `/wp-content/plugins/` directory
    or download it through the WordPress backend.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## سوالات متداول

### Which users can flush transients?

The plugin checks for a new capability `flush_transients`. By default, it is granted
to any user that has the `manage_options` capability.

To disable this default behavior, you can unhook the relevant function:

    ```
    <?php
    remove_filter( 'user_has_cap', 'flush_transients_grant_cap' );
    ```

Note however that in this case you will have to grant the capability in another 
way outside of this plugin.

When using WordPress Multisite, network transients can only be flushed by network
administrators by default, relying on a distinct `flush_network_transients` capability.

### Where can I configure the plugin?

This plugin doesn’t come with a settings screen or options of any kind. You can 
flush transients via the admin bar menu item.

### Where should I submit my support request?

For regular support requests, please use the [wordpress.org support forums](https://wordpress.org/support/plugin/flush-transients).
If you have a technical issue with the plugin where you already have more insight
on how to fix it, you can also [open an issue on GitHub instead](https://github.com/felixarntz/flush-transients/issues).

### How can I contribute to the plugin?

If you have ideas to improve the plugin or to solve a bug, feel free to raise an
issue or submit a pull request in the [GitHub repository for the plugin](https://github.com/felixarntz/flush-transients).
Please stick to the [contributing guidelines](https://github.com/felixarntz/flush-transients/blob/main/CONTRIBUTING.md).

You can also contribute to the plugin by translating it. Simply visit [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/flush-transients)
to get started.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/17f55059967c44e7a25ed0e17dfb883991d97737e61af9d9c5d0c5cb45fc7349?
s=60&d=retro&r=g)

### 󠀁[Simple and effective](https://wordpress.org/support/topic/simple-and-effective-1621/)󠁿

 [Amadeu Arderiu](https://profiles.wordpress.org/amadeuarderiu/) 21 مارس 2025

I was looking for a simple and easy way to flush transients without leaving the 
current view.

 [ خواندن تمامی 1 نقد و بررسی‌ ](https://wordpress.org/support/plugin/flush-transients/reviews/)

## توسعه دهندگان و همکاران

“Flush Transients” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Felix Arntz ](https://profiles.wordpress.org/flixos90/)

“Flush Transients” به 2 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/flush-transients/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “Flush Transients” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/flush-transients)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/flush-transients/)،
[مخزن SVN](https://plugins.svn.wordpress.org/flush-transients/) را بررسی کنید، یا
از طریق [RSS](https://plugins.trac.wordpress.org/log/flush-transients/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/flush-transients/) مشترک
شوید.

## گزارش تغییرات

#### 1.0.1

 * Avoid deprecation warnings in WordPress 6.8 by using new transient action hooks.

#### 1.0.0

 * First stable release

#### 1.0.0-beta.1

 * First beta release

## اطلاعات

 *  نگارش **1.0.1**
 *  آخرین به‌روزرسانی **3 ماه پیش**
 *  نصب‌های فعال **100+**
 *  نگارش وردپرس ** 5.0 یا بالاتر **
 *  آزمایش‌شده تا **7.0.4**
 *  نگارش PHP ** 5.2 یا بالاتر **
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/flush-transients/)، [German](https://de.wordpress.org/plugins/flush-transients/)،
   و [Portuguese (Portugal)](https://pt.wordpress.org/plugins/flush-transients/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/flush-transients)
 * برچسب
 * [cache](https://fa.wordpress.org/plugins/tags/cache/)[invalidation](https://fa.wordpress.org/plugins/tags/invalidation/)
   [performance](https://fa.wordpress.org/plugins/tags/performance/)[transients](https://fa.wordpress.org/plugins/tags/transients/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/flush-transients/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/flush-transients/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/flush-transients/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/flush-transients/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/flush-transients/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/flush-transients/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/flush-transients/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/flush-transients/reviews/)

## مشارکت کنندگان

 *   [ Felix Arntz ](https://profiles.wordpress.org/flixos90/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/flush-transients/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://felix-arntz.me/wordpress-plugins/)