Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Created January 26, 2017 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dinamiko/049192bed3638bd9f2440f832285072d to your computer and use it in GitHub Desktop.
Save Dinamiko/049192bed3638bd9f2440f832285072d to your computer and use it in GitHub Desktop.
<?php
$content = get_the_content();
$content = str_replace("https", "http", $content);
echo $content;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment