' . antispambot( $content, 0 ) . ''; } add_shortcode( 'nospam', 'iniyan_antispambot'); /** Enable shortcode on Text widgets **/ add_filter( 'widget_text', 'shortcode_unautop'); add_filter('widget_text', 'do_shortcode'); /* Enable shortcode on Excerpts */ add_filter( 'the_excerpt', 'shortcode_unautop'); add_filter( 'the_excerpt', 'do_shortcode'); /* Enable shortcodes in Category, Tag, and Taxonomy Descriptions */ add_filter( 'term_description', 'shortcode_unautop'); add_filter( 'term_description', 'do_shortcode' );