The plugin is using a filter on the_content in line 300 of /includes/class-bigbluebutton.php
// Display join room form.
$this->loader->add_filter( 'the_content', $plugin_public, 'bbb_room_content' );
So you can probably add the following to your functions.php:
remove_filter( 'the_content', 'bbb_room_content' );
Related Posts:
- Custom media upload content for inserting custom post shortcode
- Redirect to another page using contact form 7? [closed]
- How to add a shortcode button to the TinyMCE editor?
- Redesigning Custom Post Type “Add New” page
- How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
- Checking if an attribute exists in a shortcode
- enqueue script only if it is not already enqueue
- Creating a default Custom Post Template that a Theme can override
- Enqueue style inside shortcode but its loaded at the bottom of page (before footer scripts)
- How To Ignore a Filter On Applying Filter the Content In a Function
- Shortcode display outside the div
- How to load a new template page according to a particular URL?
- Pass $this to function nested in another public function of the same class
- How to get the custom page get_permalink?
- Updating post meta for custom post types
- shortcode doesn’t work
- remove custom taxonomy metabox form custom post type
- Custom Post Type Statuses
- How to Build a Movie Library in WordPress 3.x
- How to add inline css/js inside a shortcode
- Get image URL from media library in input
- Only execute jQuery function(on document ready) on the page has shortcode from plugin [duplicate]
- Way to hook into a sidebar call to replace it with a custom sidebar
- Frontend editing, Frontend user dashboard
- Demystifying and understanding shortcode nomenclature
- Any Short code Availble for Get Post List With Thumbnail Plugin?
- Where to call add_shortcode function in WordPress Plugin Boilerplate?
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- Input with spaces in Shortcode attributes overwritten by defaults
- How can I create a custom shortcode that will return a custom post type by ID?
- Allow users of my plugin to define their own shortcode rather than use mine?
- Is it possible to create Custom Post plug-in?
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- creating html reusable blocks via shortcodes
- Single API call exposed via shortcode with params
- Creating shortcodes in plugin
- How to create a custom shortcode based on the layout?
- Unable to delete custom post types, confusion around capabilities
- Inject HTML meta tag inside wordpress tag using add_shortcode
- Adding CSS to custom post type admin page causes error
- Create shortcode to echo javascript
- Namespaced shortcode?
- Disable Individual Plugins (specifically in Custom Post Types) on a per-post basis?
- Using ACF default value to autoincrement a number field
- How can I run a custom shortcode function on a live site and only run if the viewer is a specific machine?
- Why am I unable to load scripts in head in plugin?
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- How to Resize the Custom Post Images?
- Amazon.com intergration with WordPress?
- IF condition based on wp_remote_get output
- Adding custom meta boxes to specified custom post type
- Shortcode Attributes to Return different $_POST
- How to use template inside plugin shortcode with variables for big HTML code
- strange shortcode error: does shortcodes requires any dependency?
- How to rewrite URL and get the values?
- Plugin generated unexpected output – No PHP errors
- Custom Post Type template for homepage
- Custom Post Type, Custom Columns List
- Need to edit author permissions | custom taxonomy
- Is it possible to pin a post in second position from top
- How to get the custom field value using SQL query
- Check if theme supports sidebar
- How to display the category name in the tab and post inside the tab in WordPress?
- Thumbnail image doesn’t show up in Shortcode output
- list of custom post by custom field in frontend
- custom post type plugin error [closed]
- How to display the custom post related blog by category?
- Shortcode do not return the right data in post
- Problem with checked box on wp car manager plugin
- How to call function in WordPress on button click?
- Ultimate Members Default Post Layout problem
- Hide content for specific users with id
- custom post type get_posts() function not work
- Create multiple posts when a custom post is created
- Why is my shortcode not working?
- $wpdb->insert not working inside save_post tag
- Cannot view Custom Post Type no matter what I try
- WP Plugin CSS not being applied to page
- Modify Plugin PHP Class in Child Theme – Correct Method
- Shortcode in a blog post, footer and related products stop working
- shortcode which is introduced into entry the blog, and appears in side bar
- How to add jquery to my custom post type wp plugin
- Why function hooked using object are executing at all time?
- Shortcode registered from a plugin not recognized
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- get_option include in my adsense
- Making a Custom Post Type Publish Loop
- Is an Office a custom post type [closed]
- Any way to hook into WP after a page displays?
- Wrong block appender button showing
- How to access the page without registering in wordpress
- CPT template is not being automatically used single post pages
- How to make content as required in custom post type?
- Shortcode cannot parse attributes within double quotes. ” is becoming ” breaking my shortcode
- public custom posts not showing in my wordpress plugin
- How to provide page_template path in custom plugin using WordPress
- Display file contents within Plugin
- Avoid WordPress header bar when form submission using admin_post in the frontend
- Bootstrap carousel – Using shortcode inside enclosing shortcode
- Change localization only for plugin