Skip to content

Snippet: Allow oEmbeds in WordPress Category/Taxonomy Descriptions

add_filter( 'term_description', array( $GLOBALS['wp_embed'], 'autoembed' ) );
All PHP snippets should be added via child theme's functions.php file or via a plugin. We recommend Code Snippets (100% Free) or WPCode (sponsored)
Back To Top