• Resolved scysys

    (@scysys)


    If i place an Shortcode in the Woody Universal Widget, the Shortcode will not processed. When i insert the Woody Shortcode inside an Page anything is working espectialy the inserted Shortcode.

    Example Universal Widget:

    PHP CODE

    Wordpress Shortcode

    PHP CODE

    Output is working but Shortcode is shown as entered on final Page [my_shortcode]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Temyk

    (@webtemyk)

    Hello.

    Shortcodes are not processed in snippets. Use the PHP function do_shortcode to execute the shortcode.

    do_shortcode("[my_shortcode]");

    Thread Starter scysys

    (@scysys)

    You right Artem. Your solution is working like expected.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcodes inside Woody are not working’ is closed to new replies.