Title: Remove WordPress to WordPress filter
Author: Tom Lany
Published: <strong>30 maj 2010</strong>
Last modified: 9 april 2021

---

Sök tillägg

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# Remove WordPress to WordPress filter

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

[Ladda ner](https://downloads.wordpress.org/plugin/remove-wordpress-to-wordpress-filter.zip)

 * [Detaljer](https://sv.wordpress.org/plugins/remove-wordpress-to-wordpress-filter/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/remove-wordpress-to-wordpress-filter/#reviews)
 * [Utveckling](https://sv.wordpress.org/plugins/remove-wordpress-to-wordpress-filter/#developers)

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

## Beskrivning

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/)

## Recensioner

![](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 juni 2018

Works exactly as advertised.

 [ Läs alla 4 betyg ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/)

## Bidragsgivare och utvecklare

”Remove WordPress to WordPress filter” är programvara med öppen källkod. Följande
personer har bidragit till detta tillägg.

Bidragande personer

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

[Översätt ”Remove WordPress to WordPress filter” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/remove-wordpress-to-wordpress-filter)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/remove-wordpress-to-wordpress-filter/),
kika på [SVN-filförvaret](https://plugins.svn.wordpress.org/remove-wordpress-to-wordpress-filter/)
eller prenumerera på [utvecklarloggen](https://plugins.trac.wordpress.org/log/remove-wordpress-to-wordpress-filter/)
via [RSS](https://plugins.trac.wordpress.org/log/remove-wordpress-to-wordpress-filter/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 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

 * Första utgåvan

## Meta

 *  Version **1.3**
 *  Senast uppdaterat **5 år sedan**
 *  Aktiva installationer **30+**
 *  WordPress-version ** 3.0 eller senare **
 *  Testat upp till **5.7.15**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/remove-wordpress-to-wordpress-filter/)
 * Etiketter
 * [filter](https://sv.wordpress.org/plugins/tags/filter/)[filters](https://sv.wordpress.org/plugins/tags/filters/)
   [WordPress](https://sv.wordpress.org/plugins/tags/wordpress/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/remove-wordpress-to-wordpress-filter/advanced/)

## Betyg

 5 av 5 stjärnor.

 *  [  4 5-stjärniga recensioner     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=5)
 *  [  0 4-stjärniga recensioner     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=4)
 *  [  0 3-stjärniga recensioner     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=3)
 *  [  0 2-stjärniga recensioner     ](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/?filter=2)
 *  [  0 1-stjärniga recensioner     ](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)

[Se alla recensioner](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/reviews/)

## Bidragande personer

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

## Support

Har du något att säga? Behöver du hjälp?

 [Visa supportforum](https://wordpress.org/support/plugin/remove-wordpress-to-wordpress-filter/)