Created
November 10, 2015 00:51
-
-
Save JulioPotier/7e6c24d2bcb7b250a5ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'get_comment_text', 'add_post_oembed_comment_support', 0 ); | |
function add_post_oembed_comment_support( $comment_text ) { | |
return $GLOBALS['wp_embed']->autoembed( $comment_text ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment