I highly doubt that what is happening is actually process of “activation” in WP terminology. What plugin is likely doing is just filtering data for what theme is currently active, without actually activating/deactivating (which would probably lead to chaotic collisions between different visitors).
The easiest way to hide those shortcodes would probably be to make them empty in a theme that doesn’t use them. Something like this should work:
add_shortcode( 'name', '__return_empty_string' );
Related Posts:
- All shortcodes not working on custom theme
- Plugin Handle URL With Custom Theme
- Where are theme codes located for WordPress?
- using do_shortcode
- Override/ignore CSS from active theme as not to interfere with my custom CSS
- Load CSS files in header of Bones theme?
- how to display a template.php in a shortcode
- Image path in childs theme
- do_shortcodes() isn’t working
- WP Customer Reviews call short code on another page [closed]
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Hide prices and checkout functionality in woocommerce
- How do I exclude plugins from getting automatically updated?
- How to include code only on specific pages?
- How can I create a bash install script for my WordPress sites setup (WP+plugins+theme)?
- Reordering themes in admin panel
- PHP Deprecated: Non-static method should not be called statically
- How get list of updates of wp site?
- Loading shortcode with ajax
- Cannot strip JW Player shortcode?
- Which hook callback has priority if both plugin and theme use the same hook?
- How to pass multiple values in shortcode?
- append stylesheet via shortcode
- Calling function from within functions.php returns unwanted value
- plugin shortcodes not working on custom theme- unsure how to fix
- How to list all active and specific shortcodes in wordpress
- Themes VS Plugins [duplicate]
- Force wordpress to request for FTP Info on theme/plugin install/update
- Nested shortcodes
- Override the core function locate_template
- shortcodes displaying outside of content area with echo statement, not what I wanted [duplicate]
- Trying to count the total number of paragraphs inside a blog article
- How Can I Pass the Shortcode’s $atts Variable to the Plugin’s Javascript Function
- add_meta_box (Will display only in specific page admin WordPress)
- WordPress 5 upgrade: until when is it safe to keep project running in 4.x?
- Shortcode is not working in homepage page template (custom front page)
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- May i Use ShortCode in Template?
- ‘Customize’ button in admin bar for CSS
- Uncode theme content block header ignoring saved changes/not updating?
- Theme and plugin install or update display error in localhost
- Reduce Drop down Menu Width in WordPress
- How can I create a custom shortcode that will return a custom post type by ID?
- AddToAny shortcode in the loop
- How to add an automatic refresh in WordPress for a Page/Post or an embedded OneDrive/Excel HTML Code?
- Making a Template for a CPT created by a plugin
- Create custom registration form for WordPress Multisite
- Classified ad website : which solutions to use? [closed]
- posts comments goes to trash
- Advanced Custom Field DatePicker [closed]
- What will happen if i deactivate my visual composer plug in? [closed]
- Finding the URL to be used to check if plugin is installed with a theme
- Creating shortcodes in plugin
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- Create custom pages with a plugin
- Does heavy theme and plugins affect server’s response time? [closed]
- Displayed content disappears when adding attributes to shortcode
- How do I pass custom shortcode-extracted variables (taxonomy) into a query function for WordPress RoyalSlider?
- Proper way to use plugin functions in functions.php
- Flipping Book PHP Code? Any experience?
- Use different single.php file based on condition
- issue in wp_localize_script
- shortcode – multiple instances of same parameter name in one shortcode instance
- Function call in wordpress short code handler fails
- How to remove products-links after the product title using remove_action
- How I update WordPress theme and plugins
- Overwrite add_image_size defined by theme
- Don’t load the theme for a page FROM a plugin EDITED
- Detect plugin/theme installation (via upload)
- is there a way to pass a parameter to a add_menu_page function?
- Is there any way to inject text onto pages?
- grab or load text on demand
- How can I replace content on site generated from plugin without changing plugin
- Plugin Admin panel checkbox unchecked after submit
- admin-ajax.php 500 error when new users try to register
- Elementor Sidebar not loading when PRO elements plugin is active
- Shortcode do not return the right data in post
- Why does my custom plugin only function correctly once per page?
- Fatal error: Class ‘RDTheme’ not found
- How to pass multiple custom fields as shortcode’s parameters
- How to fix blog article view and share #’s?
- Do_shortcode before send email content
- When the user entered an unauthorized url redirect to login page
- Get shortcode attribute for AJAX call
- How to use a shortcode of a plugin in another plugin php file
- Bootstrap carousel – Using shortcode inside enclosing shortcode
- How to store multiple instances of the plugin’s options for various shortcodes
- I want add repository theme folder
- Modify Plugin shortcode function code
- Allow user to input shortcode into wordpress widget
- How to Set Limit with WordPress Get Bookmarks Shortcode
- Need Help Creating a Multi-Step, Video-Guided Enrollment Site
- How to use ‘Event Manager Shortcodes’ plugin via the php code? [closed]
- How can I modify the colors of my theme for a single section of my site? [closed]
- How to work email subscribe in WordPress?
- How to add a plugin in WordPress theme directory?
- WordPress shortcode plugin not working
- Shortcode returning specific content of a post
- Editing a theme
- WordPress theme is not displaying the correct home page in the Pages section