I’m trying to remove the entire embed_footer from WordPress embedded posts. By adding the following code in the functions.php, I was able to remove the site title and comments...
  • May 19, 2022
  • 0 Comments
Sometimes embedding an item via oEmbed is not possible, for example when a YouTube video has embedding disabled. The oEmbed service will return a 401 Unauthorized, and the code...
  • May 18, 2022
  • 0 Comments
I have a script that adds some styles to OEmbedded content. At the moment its running on every page. I was wondering if anyone knew how to only enqueue...
  • May 16, 2022
  • 0 Comments
I am trying to figure out how to use this new WordPress function. get_media_embedded_in_content (string $content); The documentation says, “a string that might contain media data” but that is...
  • May 15, 2022
  • 0 Comments