Title: Remove Orphan Shortcodes
Author: Meks
Published: <strong>7. мај 2013.</strong>
Last modified: 29. јул 2024.

---

Претражи додатке

![](https://ps.w.org/remove-orphan-shortcodes/assets/banner-772x250.jpg?rev=1927391)

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](https://ps.w.org/remove-orphan-shortcodes/assets/icon-256x256.png?rev=1522354)

# Remove Orphan Shortcodes

 [Meks](https://profiles.wordpress.org/mekshq/)

[Преузимање](https://downloads.wordpress.org/plugin/remove-orphan-shortcodes.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/remove-orphan-shortcodes/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/remove-orphan-shortcodes/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/remove-orphan-shortcodes/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/remove-orphan-shortcodes/#developers)

 [Подршка](https://wordpress.org/support/plugin/remove-orphan-shortcodes/)

## Опис

This is a simple plugin which automatically hides inactive (orphan) shortcode tags
you have used for previous themes and/or plugins. It uses the_content filter to 
search for shortcode tags which are not active and simply removes them from your
post/page content (note the shortode tags won’t be deleted form your content, they
will just be removed temporarily on your website frontend). It is a great solution
if you want to avoid manual removal of old shortcode tags from your entire content.

Remove Orphan Shortcodes plugin is created by [Meks](https://mekshq.com)

## Постављање

 * Upload remove-orphan-shortcodes.zip to plugins, like any other plugin, or upload
   unzipped folder remove to wp-content/plugins/
 * Activate the plugin through the „Plugins“ menu in WordPress

## ЧПП

 * For any questions, error reports and suggestions please visit https://mekshq.
   com/contact

## Прегледи

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

### 󠀁[Love it](https://wordpress.org/support/topic/love-it-4253/)󠁿

 [syzygist](https://profiles.wordpress.org/syzygist/) 7. фебруар 2025.

This is one of those great little plugins that does only one thing, but by doing
it, can save hours of frustration and hair-tearing. THANK you for this simple solution
to a very common problem!

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

### 󠀁[Why?](https://wordpress.org/support/topic/why-92/)󠁿

 [lilunai](https://profiles.wordpress.org/lilunai/) 25. март 2023.

I needed to temporarily hide some shortscodes and this plugin works great but… it
has also hidden the Rank Math FAQ blocks which are not orphaned, obviously.I hope
that in the next update it will be corrected. Fingers crossed.

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

### 󠀁[Fails with Gutenberg Block array attributes](https://wordpress.org/support/topic/fails-with-gutenberg-block-array-attributes/)󠁿

 [brumack](https://profiles.wordpress.org/brumack/) 14. октобар 2022.

Any gutenberg block storing an array in block attributes JSON is flagged as a shortcode.
As most blocks using JSON attributes also use render_callback and server-side rendering,
this causes the block to disappear entirely – broken JSON is hard to parse. Ergo,
don’t use this if you also use ACF, because any repeater or relationship field in
a block can cause the entire thing to disappear.

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

### 󠀁[Did nothing…](https://wordpress.org/support/topic/did-nothing-18/)󠁿

 [leroy](https://profiles.wordpress.org/leroytuttle/) 20. април 2022.

of the sort

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

### 󠀁[You’re Kidding Right?](https://wordpress.org/support/topic/youre-kidding-right-2/)󠁿

 [Stef](https://profiles.wordpress.org/serafinnyc/) 16. април 2021.

Why would anyone want to leave a useless plugin after the cleaning? Make it so it
cleans and can be deleted. Otherwise what’s the point? SMH

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

### 󠀁[Good](https://wordpress.org/support/topic/good-5620/)󠁿

 [Pencho15](https://profiles.wordpress.org/pencho15/) 20. јул 2020.

Does what it promises and never has created problems. Recommended.

 [ Види свих 13 прегледа ](https://wordpress.org/support/plugin/remove-orphan-shortcodes/reviews/)

## Сарадници и градитељи

„Remove Orphan Shortcodes“ је софтвер отвореног кода. Следећи људи су допринели 
овом додатку.

Сарадници

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

[Преведите „Remove Orphan Shortcodes“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/remove-orphan-shortcodes)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/remove-orphan-shortcodes/),
проверите [SVN складиште](https://plugins.svn.wordpress.org/remove-orphan-shortcodes/)
или се пријавите на [белешку градње](https://plugins.trac.wordpress.org/log/remove-orphan-shortcodes/)
преко [RSS-а](https://plugins.trac.wordpress.org/log/remove-orphan-shortcodes/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 1.2

 * Fixed: PHP notice thrown in specific versions

#### 1.1

 * Optimization improvements
 * Fixed an issue with breaking image captions

#### 1.0

 * Почетно издање

## Мета

 *  Version **1.2**
 *  Last updated **2 године раније**
 *  Active installations **1.000+**
 *  WordPress version ** 3.0 или новије **
 *  Tested up to **6.6.7**
 *  Language
 * [English (US)](https://wordpress.org/plugins/remove-orphan-shortcodes/)
 * Tags
 * [content](https://sr.wordpress.org/plugins/tags/content/)[php](https://sr.wordpress.org/plugins/tags/php/)
   [shortcode](https://sr.wordpress.org/plugins/tags/shortcode/)[shortcodes](https://sr.wordpress.org/plugins/tags/shortcodes/)
   [tag](https://sr.wordpress.org/plugins/tags/tag/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/remove-orphan-shortcodes/advanced/)

## Оцене

 3.9 out of 5 stars.

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

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

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/remove-orphan-shortcodes/)

## Донирај

Желите ли да подржите напредак овог додатка?

 [ Донирај овом додатку ](https://mekshq.com/)