0 ) { // Build Shortcode $shortcode = '[affcoups'; foreach ( $atts as $key => $value ) { $shortcode .= ' ' . $key . '="' . $value . '"'; } $shortcode .= '/]'; // Execute Shortcode echo do_shortcode( $shortcode ); } else { _e( 'Shortcode arguments missing.', 'affiliate-coupons' ); } } /** * Execute shortcodes within text widgets */ add_filter( 'widget_text', 'do_shortcode' );