WP Manifestindependent plugin directory
manifest / utilities / remove-unused-shortcodes

Remove Unused Shortcodes

Remove Unused Shortcodes from your WordPress posts, pages, and everything.

by Samuel Elh · github.com/devrix/remove-unused-shortcodes · website

1stars
1forks

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.zip

This 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_dis]OK.[/remove_dis] => the shortcode name here is remove_dis
  • [youtube_stats video=s57dlW-5qW4] => the shortcode name is youtube_stats
  • If you need more help open a new issue on the project Github page - https://github.com/elhardoum/remove-unused-shortcodes