Hi Marcin, thank you for your answer.
In the file class-iworks-opengraph.php, line 883 until line 910.
This outputs <link rel=”image_src” and a <meta name=”msapplication-TileImage”.
Any way to add a filter to skip adding this code?
Hope is it better explained now, thank you!
I’ve found a solution, but it was not working instantly because of transients.
If anyone has the same need to exclude YT videos here is the filter I used:
add_filter( 'og_allow_to_use_youtube', '__return_false' );
Thank you
Thank you Frank, I just registered a new profile!
Yes, you are 100% right.
I am using CriticalCSS and I have the “defer JQuery” option enabled.
Any advice?
Regards