It would be really amazing if there was a setting that if checked would use the get_site_option
instead of the get_option
in the /wp-content/plugins/shortcoder/shortcoder.php file. It would allow a global use of shortcoder shortcodes vs using them by subsite.
There are only two places this “if” statement based on the proposed boolean setting would need to be:
1. in the list_all() method
2. in the on_activate() method
it would simply (if checked) use get_site_option
else use get_option
Thank you for your work on this plugin.