Title: Disable Plugins
Author: kynatro
Published: <strong>24 Μαΐου  2011</strong>
Last modified: 7 Ιουνίου  2014

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

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

# Disable Plugins

 Από [kynatro](https://profiles.wordpress.org/kynatro/)

[Λήψη](https://downloads.wordpress.org/plugin/disable-plugins.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/disable-plugins/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/disable-plugins/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/disable-plugins/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/disable-plugins/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/disable-plugins/)

## Περιγραφή

One of WordPress’ biggest bottlenecks is that it loads every single plugin that

is active on your WordPress installation on every single post/page no matter whether
they are needed for that post/page or not. This plugin will allow you to create 
simple rewrite rules to exclude a plugin or plugins from any URI pattern match. 
This is a great way to reduce the memory footprint, SQL queries run at page load,
load times, and improve site response speed.

This is NOT a normal WordPress plugin, but an _mu_ (must use) plugin and requires

special installation instructions. Please see the [installation section](https://wordpress.org/extend/plugins/disable-plugins)
for more information.

**Requirements:** PHP5+, WordPress 2.9.x+

## Εγκατάσταση

Create a `/wp-content/mu-plugins/disable-plugins-rules` directory if the plugin

has not created one for you already. Create a rules file for each site your WordPress
installation is running, naming the file after the host name for the site followed
by a `.rules` extension. For example `mywordpresssite.com.rules` would be a rules
set for `mywordpresssite.com`.

Populate your rules using regular expression pattern matches and plugin base
 names
on each line of your rules file. For example, to exclude the _Hello Dolly_ and _Akisment_
plugins from being loaded on your home page, you would write a rules file that looks
like:

    ```
    # Prevent the Hello Dolly plugin from loading on the home page
    ^\/$ hello
    # Prevent the Akisment plugin from loading on the home page
    ^\/$ akismet
    ```

You will need to write a rule for each plugin that will be excluded for each
 pattern
that you wish to exclude that plugin from. C style comments are allowed in your 
rules file to document your rules.

## Συχνές Ερωτήσεις

  Q. How do I format my exception rule?

This is pretty easy to do, just two pieces to each line – the regular expression
pattern and the plugin’s basename (usually the folder or file name of the plugin).
See the installation section for an example of how this might look.

  Q. Will this work on a multisite installation?

This plugin is made to run with multisite in mind, but it has not been tested with
a multisite installation yet.

  Q. How do you write regular expressions and do you have any good tools for writing
them?

If you’re asking this question, you may want to consider a different plugin to help
manage your site’s plugin use, but you can check out the following resources:

 * Good information on regular expressions – [Regular Expressions](http://www.regular-expressions.info/)
 * A nice cheat sheet for writing regular expressions – [Regular Expressions Cheat Sheet](http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/)
 * A great library of regular expression patterns – [Regular Expression Library](http://regexlib.com/)
 * An excellent tool for testing patterns – [RegexPal Testing Tool](http://www.regexpal.com/)

Unfortunately, I really can’t do much support for this plugin, but time permitting
I will continue to develop it. I am considering an admin interface for easier management,
but thats down the road a bit.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“Disable Plugins” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει
στη δημιουργία του.

Συντελεστές

 *   [ kynatro ](https://profiles.wordpress.org/kynatro/)

[Μεταφράστε το “Disable Plugins” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/disable-plugins)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/disable-plugins/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/disable-plugins/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/disable-plugins/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/disable-plugins/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 1.0.1

 * Update compatible to version number

#### 1.0.0

 * Initial release

## Μεταστοιχεία

 *  Version **1.0.1**
 *  Τελευταία ενημέρωση: **πριν από 12 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 2.9.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/disable-plugins/)
 * Ετικέτες:
 * [disable plugin](https://el.wordpress.org/plugins/tags/disable-plugin/)[mu plugin](https://el.wordpress.org/plugins/tags/mu-plugin/)
   [plugin manager](https://el.wordpress.org/plugins/tags/plugin-manager/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/disable-plugins/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/disable-plugins/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/disable-plugins/reviews/)

## Συντελεστές

 *   [ kynatro ](https://profiles.wordpress.org/kynatro/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/disable-plugins/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](http://www.kynatro.com/)