Skip to content

Instantly share code, notes, and snippets.

@remkus
Created May 11, 2013 12:20
Show Gist options
  • Save remkus/5559820 to your computer and use it in GitHub Desktop.
Save remkus/5559820 to your computer and use it in GitHub Desktop.
Allow oEmbed in textwidgets
<?php
add_filter( 'widget_text', array( $wp_embed, 'run_shortcode' ), 8 );
add_filter( 'widget_text', array( $wp_embed, 'autoembed'), 8 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment