Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, just this

    // Disable auto-embeds for WordPress >= v3.5
    remove_filter( ‘the_content’, array( $GLOBALS[‘wp_embed’], ‘autoembed’ ), 8 );

    and it should fix the issue

    Thread Starter Erik Molenaar

    (@erikmolenaar)

    Thanks for your help lucky2077! It works ??

    BTW I notice that after I applied your fix, even if I remove the code from functions.php and disable the plugin, the embeds are still gone. Do they get cached in some way by $GLOBALS (I do not make use of any caching plugins!)

    Thread Starter Erik Molenaar

    (@erikmolenaar)

    The fix works for HTTP links, but not for HTTPS links. The blockquote class will still be used :-/

    Adding the code worked for me too, but after deleting the line like you did the blockquote appeared again, so I left it in my functions.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blockquote Class added in Link Embed !?’ is closed to new replies.