Title: Shortcode called multiple times on POST
Last modified: April 27, 2020

---

# Shortcode called multiple times on POST

 *  Resolved [Berg Informatik](https://wordpress.org/support/users/berginformatik/)
 * (@berginformatik)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/shortcode-called-multiple-times-on-post/)
 * Dear Developer
 * Thanks for this great plugin! It fits our needs perfectly. But i have a problem
   when i send a form with POST to a page, then a shortcode inside a page is called
   multiple times. When i disable the plugin, the shortcode is called only once.
 * Regards
    Luzi

Viewing 1 replies (of 1 total)

 *  Plugin Author [Anh Tran](https://wordpress.org/support/users/rilwis/)
 * (@rilwis)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/shortcode-called-multiple-times-on-post/#post-12773239)
 * Hi Luzi,
 * It is probably related with the thing that Slim SEO will parse the shortcodes
   in the post content/excerpt to generate the meta description.
 * We have a filter to ignore shortcodes, please try adding this snippet into your
   theme’s functions.php:
 *     ```
       apply_filters( 'slim_seo_skipped_shortcodes', function( $shortcodes ) {
           $shortcodes[] = 'your_shortcode';
           return $shortcodes;
       } );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Shortcode called multiple times on POST’ is closed to new replies.

 * ![](https://ps.w.org/slim-seo/assets/icon.svg?rev=2005049)
 * [Slim SEO - A Fast & Automated SEO Plugin For WordPress](https://wordpress.org/plugins/slim-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slim-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slim-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/slim-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slim-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slim-seo/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Anh Tran](https://wordpress.org/support/users/rilwis/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/shortcode-called-multiple-times-on-post/#post-12773239)
 * Status: resolved