Title: Shordcode Conflict??
Last modified: August 21, 2016

---

# Shordcode Conflict??

 *  [ChristineZ](https://wordpress.org/support/users/christinez/)
 * (@christinez)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/shordcode-conflict/)
 * Hi there,
 * First, I want to say that I LOVE the Shortcodes Ultimate, it is truly a great
   plugin, thank you.
 * To make this easy I will copy and paste the issue from my client about the conflict
   between your plugin and MagicMember’s plugin.
 * **CLIENT:** We’ve created a page for the member list and placed the shortcode
   with [private] visible only to three membership titles. When testing as a member,
   the member list still does not appear, however, as administrator, it is working
   fine.
 * We have enabled custom fields to show on public profile under content controls.
 * What are we missing to make the member list viewable to only paid members?
 * **MAGICMEMBERS:** Hi,
    The issue is with Shortcodes Ultimate plugin. They also
   have [private] shortcode and they conflict. Either disable the plugin or edit
   the plugin and remove the private shortcode section.
 * _So, my question is how can I remove the “private shorcode section?” I DO NOT
   want to disable the plugin. _
 * Thank you,
    Christine 🙂
 * [http://wordpress.org/plugins/shortcodes-ultimate/](http://wordpress.org/plugins/shortcodes-ultimate/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/shordcode-conflict/#post-4539756)
 * Hi Christine,
 * you can easily remove any shortcode with plugin API.
    Example:
 *     ```
       function remove_su_shortcode($shortcodes) {
          unset( $shortcodes['private'] );
          return $shortcodes;
       }
   
       add_filter( 'su/data/shortcodes', 'remove_su_shortcode' );
       ```
   
 *  Thread Starter [ChristineZ](https://wordpress.org/support/users/christinez/)
 * (@christinez)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/shordcode-conflict/#post-4539763)
 * THANK YOU VLADIMIR!
 * Okay … just making sure … what is the name of the plugin? And can I just copy
   and past what you wrote into the plugin?
 * THANK YOU again … I LOVE, LOVE your plugin. I use it on all my clients websites,
   
   Christine 🙂
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/shordcode-conflict/#post-4539765)
 * I mean API of my plugin.
 * You can just paste this code to your theme’s **functions.php** file and it will
   work.
 *  Thread Starter [ChristineZ](https://wordpress.org/support/users/christinez/)
 * (@christinez)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/shordcode-conflict/#post-4539790)
 * Thank you again Vladimir!
 *  [saryvo](https://wordpress.org/support/users/sariwo/)
 * (@sariwo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/shordcode-conflict/#post-4539796)
 * After installing the plugin can not edit pages. Displays a white card. How plug
   excluding it all works properly. How to solve this problem without disabling 
   the plugin?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Shordcode Conflict??’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [saryvo](https://wordpress.org/support/users/sariwo/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/shordcode-conflict/#post-4539796)
 * Status: not resolved