Title: Shortcode missing
Last modified: January 22, 2024

---

# Shortcode missing

 *  Resolved [k4media](https://wordpress.org/support/users/k4media/)
 * (@k4media)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/shortcode-missing-3/)
 * It seems that shortcode support has been removed? The code:
 * `var_dump( shortcode_exists( '[display_stock_alert_form]' ) )`;
 * produces a result of “bool(false)”. Is there another way to show the form?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-missing-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [mouindi](https://wordpress.org/support/users/mouindi/)
 * (@mouindi)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/shortcode-missing-3/#post-17364518)
 * Hi @ , We have changed the name of the shortcode to `display_stock_manager_form`
 * However there was an issue with this shortcode and we will add the fix in our
   next update by next week.
 * For now, we have added a fix in our GitHub.
   So, after downloading the plugin 
   from here – [https://github.com/multivendorx/woocommerce-product-stock-alert.git](https://github.com/multivendorx/woocommerce-product-stock-alert.git)
   follow these steps :– Delete the installed Stock Alert plugin via wp-admin >>
   plugin– Unzip the GitHub plugin– Rename the folder as “woocommerce-product-stock-
   alert” and remove the master tag. Now, zip this folder again.– Install this plugin
   on your site.
 * 
   Please do keep us posted.
 *  Thread Starter [k4media](https://wordpress.org/support/users/k4media/)
 * (@k4media)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-missing-3/#post-17442503)
 * Hi, thanks a million for following up. It works!!
 *  Thread Starter [k4media](https://wordpress.org/support/users/k4media/)
 * (@k4media)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/shortcode-missing-3/#post-17686206)
 * Hello, I am having the same problem again. The shortcodes do not show the form,
   neither display_stock_manager_form or display_stock_alert_form. I am using the
   latest version 2.4.2.
 * The page I am having trouble: [https://devinecellars.com.au/buy/non-alcoholic/cocktail-mixers-syrups/finest-call-raspberry-puree-1l/](https://devinecellars.com.au/buy/non-alcoholic/cocktail-mixers-syrups/finest-call-raspberry-puree-1l/)
 *  Thread Starter [k4media](https://wordpress.org/support/users/k4media/)
 * (@k4media)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/shortcode-missing-3/#post-17686638)
 * The problem was bad typing on my part in the shortcode_exists() function. This
   code is working.
 *     ```wp-block-code
       if ( shortcode_exists('display_stock_manager_form') ) {
           echo do_shortcode('[display_stock_manager_form]');
       }
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Shortcode missing’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-product-stock-alert/assets/icon-256x256.gif?
   rev=3323952)
 * [Notifima – WooCommerce Stock Manager, Inventory Management, Waitlist](https://wordpress.org/plugins/woocommerce-product-stock-alert/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-product-stock-alert/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-product-stock-alert/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [k4media](https://wordpress.org/support/users/k4media/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/shortcode-missing-3/#post-17686638)
 * Status: resolved