Skip to content

Instantly share code, notes, and snippets.

@mikeselander
Created October 28, 2014 22:32
Show Gist options
  • Select an option

  • Save mikeselander/d62901fd7ede1f128cac to your computer and use it in GitHub Desktop.

Select an option

Save mikeselander/d62901fd7ede1f128cac to your computer and use it in GitHub Desktop.
using the_content filter
$content = 'My Content';
echo apply_filters( 'the_content', content );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment