Hey,
I’ve searched for this, but I only find how to disable shortcodes altogether, or old discussions regarding the era where shortcodes weren’t integrated in “Cornerstone”.
My problem is that I am using a WordPress plugin (“Table of Contents Plus”) that generates a table of contents using the [toc] shortcode. And, of course, this interferes with the already existing [toc] shortcode in Cornerstone.
I am able to sort this out by deleting or renaming the corresponding toc.php file in wp-content/plugins/cornerstone/includes/shortcodes … but when the theme gets updated, the original toc.php gets re-installed and my plugin breaks again.
Is there any permanent way to choose not to use a specific shortcode, or avoid having it re-enabled with every theme update? Again, I am NOT trying to disable all shortcodes, just this one…
Thanks if you can help.