rocket-lazy-load
rocket-lazy-load copied to clipboard
No thumbnails for oEmbed post
When a post is embedded by oEmbed (a URL mentioned in another post), no thumbnails are shown.
It can be solved by this code in functions.php.
add_filter( 'do_rocket_lazyload', function ($r) { return $r && !is_embed(); } );