Title: Remove WordPress to WordPress filter
Author: Tom Lany
Published: <strong>30 Μαΐου  2010</strong>
Last modified: 9 Απριλίου  2021

---

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

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

![](https://s.w.org/plugins/geopattern-icon/remove-wordpress-to-wordpress-filter.
svg)

# Remove WordPress to WordPress filter

 Από [Tom Lany](https://profiles.wordpress.org/tomthewebmaster/)

[Λήψη](https://downloads.wordpress.org/plugin/remove-wordpress-to-wordpress-filter.zip)

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

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

## Περιγραφή

In WordPress 3.0 and later, [a default filter](https://core.trac.wordpress.org/changeset/14996)
changes all instances of “WordPress” (note the small “p”) in posts, titles, and 
comments to “WordPress”. [For various reasons](https://core.trac.wordpress.org/ticket/13583),
such as preserving spelling in existing posts and comments, a blog owner may want
to turn this filter off. That is what this plugin does.

Simply upload the plugin files to your WordPress plugins folder, activate it on 
your blog’s Plugin administration page, and you are set!

### Technical Details

This plugin seeks to disable the capital_P_dangit function, which is the WordPress
function that disallows “WordPress” to be used on blogs.

The filter is defined in [wp-includes/default-filters.php](https://core.trac.wordpress.org/browser/trunk/src/wp-includes/default-filters.php)
and is applied in [wp-includes/formatting.php](https://core.trac.wordpress.org/browser/trunk/src/wp-includes/formatting.php)
of the core WordPress code.

The remove_filter function is used in this plugin to undo the add_filter function
applied in wp-includes/formatting.php. In versions 1.0 and 1.1 of this plugin, the
function was removed for certain priority levels. As of version 1.2, this plugin
removes the filter for all possible priority levels. Thanks to [Matt Robinson](http://subscribe2.wordpress.com/)
for suggesting this method and providing code that is used in the plugin.

For more information regarding how this function is applied in WordPress, the following
are the relevant changesets to the core WordPress code regarding this function:

 * [Changes made for WordPress 3.0](https://core.trac.wordpress.org/changeset/14996/)
 * [Changes made for WordPress 3.0.1](https://core.trac.wordpress.org/changeset/15377/)
 * [Changes made for WordPress 3.1](https://core.trac.wordpress.org/changeset/15877/)
 * [Changes made for WordPress 3.5](https://core.trac.wordpress.org/changeset/21242/)
 * [Changes made for WordPress 3.7](https://core.trac.wordpress.org/changeset/25093/)
 * [Changes made for WordPress 3.8](https://core.trac.wordpress.org/changeset/26122/)

## Κριτικές

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

### 󠀁[Brilliant](https://wordpress.org/support/topic/brilliant-754/)󠁿

 [hatesspam](https://profiles.wordpress.org/hatesspam/) 4 Ιουνίου 2018

Works exactly as advertised.

 [ Ανάγνωση όλων των 4 κριτικών ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/)

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

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

Συντελεστές

 *   [ Tom Lany ](https://profiles.wordpress.org/tomthewebmaster/)

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

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

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

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

#### Version 1.3

 * Turn filter off for wp_title.
 * Minor code cleanup.

#### Version 1.2

 * Some priority levels for this function have changed yet again in WordPress 3.1,
   making it again necessary to change the filters. This plugin now removes the 
   filter for all possible priority levels. Thanks to [Matt Robinson](http://subscribe2.wordpress.com/)
   for suggesting this method and providing code that is used in the plugin. This
   change makes the plugin compatible with WordPress 3.1, and it is still compatible
   with the WordPress 3.0 branch.
 * Additional technical documentation has been added.

#### Version 1.1

 * The filters were changed slightly in WordPress 3.0.1. This update is compatible
   with these new filters.

#### Version 1.0

 * Αρχική έκδοση

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

 *  Version **1.3**
 *  Τελευταία ενημέρωση: **πριν από 5 έτη**
 *  Ενεργές εγκαταστάσεις: **30+**
 *  Έκδοση WordPress: ** 3.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **5.7.19**
 *  Language
 * [English (US)](https://wordpress.org/plugins/remove-wordpress-to-wordpress-filter/)
 * Ετικέτες:
 * [filter](https://el.wordpress.org/plugins/tags/filter/)[filters](https://el.wordpress.org/plugins/tags/filters/)
   [WordPress](https://el.wordpress.org/plugins/tags/wordpress/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/remove-wordpress-to-wordpress-filter/advanced/)

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

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/)

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

 *   [ Tom Lany ](https://profiles.wordpress.org/tomthewebmaster/)

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

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

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