Skip to content

Snippet: Display Video/Audio Embeds For Related Blog Items

// Display embeds for related blog items which is set to false by default
add_filter( 'wpex_related_blog_posts_embeds', '__return_true', 20 );
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