Title: Really useful shortcode finder plugin
Last modified: March 29, 2022

---

# Really useful shortcode finder plugin

 *  [dvdufo](https://wordpress.org/support/users/dvdufo/)
 * (@dvdufo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/really-useful-shortcode-finder-plugin/)
 * I could detect unused shortcodes in more than three thousand products descriptions
   using this plugin. It is fast and accurate. It can also be sued to identify all
   used shortcodes and to detect incorrectly entered shortcodes too.
 * I wish this plugin had also the delete capability of found unused shortcodes 
   too.
 * Anyway I used code below in phpMyAdmin to delete all shortcodes starting with**[
   cz_**
 * `UPDATE wp_posts SET post_content = REGEXP_REPLACE(post_content, "\\[cz_(.*?)]","");`

Viewing 1 replies (of 1 total)

 *  Plugin Author [Scribit](https://wordpress.org/support/users/scribit/)
 * (@scribit)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/really-useful-shortcode-finder-plugin/#post-15506897)
 * Thank you! You are very kind 🙂

Viewing 1 replies (of 1 total)

The topic ‘Really useful shortcode finder plugin’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-finder/assets/icon-256x256.png?rev=2305831)
 * [Shortcodes Finder](https://wordpress.org/plugins/shortcodes-finder/)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-finder/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-finder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-finder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-finder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Scribit](https://wordpress.org/support/users/scribit/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/really-useful-shortcode-finder-plugin/#post-15506897)