Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Last active August 29, 2015 14:21
Show Gist options
  • Save kurozumi/3ca2abff6237fc7fa8e9 to your computer and use it in GitHub Desktop.
Save kurozumi/3ca2abff6237fc7fa8e9 to your computer and use it in GitHub Desktop.
【ワードプレス】テキストウィジェットでoEmbedを使用する方法
global $wp_embed;
add_filter( 'widget_text', array( $wp_embed, 'run_shortcode' ) );
add_filter( 'widget_text', array( $wp_embed, 'autoembed') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment