Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter B & L Marketing

    (@unifiedac)

    I made this update to text-spinner.php:

    function wpts_render_shortcode( $atts, $content = null ) {
    
        $my_content = wpts_spin($content);
    
        return do_shortcode($my_content);
    
    }
    add_shortcode( 'wpts_spin', 'wpts_render_shortcode' );

    Now any shortcodes embedded within the [wpts] shortcode should work. Hopefully the next version of the plugin can be updated to include this. Thanks!

    I have a new hero… that is one of the most valuable ‘shares’ I have enjoyed in a long time. what a life saver, make this plugin very powerful. thanks

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