Skip to content

Instantly share code, notes, and snippets.

@DrewAPicture
Created January 9, 2013 19:09
Show Gist options
  • Save DrewAPicture/4495925 to your computer and use it in GitHub Desktop.
Save DrewAPicture/4495925 to your computer and use it in GitHub Desktop.
<?php
function lol( $content ) {
return str_replace( ', ', ', LOL ', $content, 0 );
}
add_filter( 'the_content', 'lol' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment