• Resolved caramel29

    (@caramel29)


    Hello! Great work on the plugin. Does this support nested shortcodes? Can I add other EDD shortcodes inside your shortcodes? Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter caramel29

    (@caramel29)

    What I found out was nested shortcodes work like in this one [edd_user_has_purchases]Shortcode Here[/edd_user_has_purchases]. But not in [edd_user_has_purchased ids=”20″]Shortcode Here[/edd_user_has_purchased]. But it’s fixed now.

    if ( $has_purchased ) {
    return $content;
    }

    Change return $content; to return edd_additional_shortcodes()->maybe_do_shortcode( $content );

    Just gonna leave this here in case someone bumps in the same problem. Thanks!

    • This reply was modified 7 years, 11 months ago by caramel29.

    This workaround works but it would be nice to have it in the plugin because in case of update our changes will disappear ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nested Shortcode’ is closed to new replies.