It turns out that the Infocus theme was the culprit. Deactivating it immediately solved the problem.
Their support forum recommended using the [raw][/raw] shortcode surrounding our shortcode, which allowed us to use our plugin with the Infocus theme.
[raw][recentreviews radius=”15″ count=”3″ zoomlevel=”10″][/raw]
Related Posts:
- How Can A Plugin Hook Itself To the End of Every Excerpt?
- Proper way to replace the_content only for pages created by custom plugin
- Add hook after content without formatting
- WordPress the_content Filter and GET Parameter
- Can I add content before post content without using the_content filter
- WordPress Add advertising ads befor and after content with periority [closed]
- How Can the_post Be Hooked Like the_content and the_excerpt?
- Update Plugin Without Overwriting Custom Settings
- is_plugin_active function doesn’t exist
- How to call a plugin function from index.php
- My custom made plugin has “a new version available” which links to unrelated plugin
- Rewriting every url
- Where can I find a schema of wordpress plugin core architecture?
- How can I make my custom shortcode work in a Custom HTML Widget?
- How Does WordPress Uninclude/Deactivate A Plugin?
- Can Not Redirect from Plugin-Registered Admin Page
- Rename existing old uploaded images containing accented French characters (not during upload)
- How to Reload the Dashboard After Clicking Update in Quick-Edit?
- Does flush_rewrite_rules() remove all rules added by other plugins as well as mine?
- wp_verify_nonce() why return false?
- Loading class files via autoload method
- I would like to use create a function in my custom plugin to tell WP to use a different header
- WordPress plugin for mail subscriptions [closed]
- Auto add content such as pages upon plugin activation?
- Escape when echoed
- How to remove the woocommerce_checkout_process action hook in woocommerce if particular project in cart [closed]
- WP_Query ordering numbers as letters
- WordPress Automatic Plugin Update Renames Plugin Directory
- How to change commenter links to /user/user_id?
- Execute a plugin only on post pages
- HTML in WooCommerce settings
- How to use get_theme_mod in gutenberg editor wordpress?
- Redirecting to home page after login as custom role WordPress
- Where (or when) should I register a new taxonomy?
- Create dynamic page content from custom WordPress plugin page
- Correct way to perform non-cacheable DB query
- WordPress Gutenberg react make import of __experimentalUseInnerBlocksProps which is no more experimetal
- How to stop activating a plugin and show admin notice when dependent plugins minimum version is not met
- Fixing WordPress’s Bug (failed to send buffer of zlib output compression) results in “White Screen of Death”
- How can I make my metabox appear?
- Consolidate plugin functionality into a theme
- qTranslate remove default directory from link
- Count posts by type including drafts and pending posts
- Adding CSS to custom post type admin page causes error
- Create shortcode to echo javascript
- Redirect to another page using contact form 7? [closed]
- wp_list_table class is not safe to use
- Separate database for a wordpress plugin
- WordPress Multisite: Programmatically Activate / Deactivate a Plugin of a Specific Blog
- remove all submenus from plugin
- How to prevent plugins from sniffing/stealing other plugins’ options?
- Hook for page Request?
- SMTP Error: Could not authenticate [closed]
- composer not working on my plugin when i upload it to my website
- What is the WordPress approach to custom data?
- How to delete all categories programatically?
- How to use custom Javascript code inside a plugin?
- Adding submenu to custom plugin menu page created with add_menu_page() function
- How to render a template file using shortcode inside a plugin
- How to rewrite URL and get the values?
- Does WordPress check for updates of a plugin via plugins root folder name?
- Delete data from custom table when deleting a post
- Disable plugin visibility at the plugin directory
- How do i ‘deactivate’ a plugin only on a certain page template?
- Need to add/remove group of options and display them as rows
- How to deactivate my plugin upon deactivation of NextGen
- Paypal Framework
- Widgets are not displaying in the admin panel
- How to overwrite the category template in a plugin
- Order by post_date does not work in Previous and Next post pagination
- Content-Security-Policy implementation with WordPress W3Total Cache plugin installed
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- How to get the checkout form data from checkout page when place-order button is clicked
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- How to make WooCommerce multiple filter with custom meta fields
- How to write different events from different functions in my file to a log file in WordPress
- Create a form and have custom menu display based on user answers?
- How to make a plugin api route have permission?
- Modify Plugin PHP Class in Child Theme – Correct Method
- Call function when save setting/option in custom admin page
- Problem with conditional woocommerce custom checkout field
- Plugin to Delete All Posts Monthly
- mailjet plugin – extend functionnalities and reuse api
- Change wp_mail SMTP settings for each E-Mail
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- WordPress Thumbnail add action if no thumbnail
- Creating fields in the database
- Pass strings to plugin function [closed]
- contact form 7 captcha support anyother captcha plugin? [closed]
- How do I set register_meta for a specific CPT?
- How to Enfroce Domain Licensing Limits? [closed]
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Update Content for a Custom Block Toolbar Button
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Wrong block appender button showing
- Uncaught Error: Cannot use object of type stdClass while showing the list using WP_List_Table
- Submitting form to admin-post.php WordPress
- WordPress Throwing Deprecated Errors on its own Files
- plugin doesn’t retrieve data from database