Remove Unused Shortcodes
Remove Unused Shortcodes from your WordPress posts, pages, and everything.
by Samuel Elh · github.com/devrix/remove-unused-shortcodes · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/devrix/remove-unused-shortcodes/archive/refs/heads/master.zipThis plugin allows you to remove unused shortcodes from your WordPress blog/site easily without having to go through the process of editing posts and pages to remove them and update.
What it does is it registers these shortcodes to become recognized by WordPress, with an empty output.
Insert each shortcode you want to remove per line in the following settings. Make sure to insert the shortcode handle name only and not the shortcode as being used in the front-end, here are couple examples:
remove_disyoutube_statsIf you need more help open a new issue on the project Github page - https://github.com/elhardoum/remove-unused-shortcodes