Skip to content

Instantly share code, notes, and snippets.

@mjinayan80
Created October 25, 2017 07:32
Show Gist options
  • Save mjinayan80/080d3f65962cbaffa2920565efdbaa68 to your computer and use it in GitHub Desktop.
Save mjinayan80/080d3f65962cbaffa2920565efdbaa68 to your computer and use it in GitHub Desktop.
autop in shortcode.php
<?php
$my_autop_content = get_the_content();
'.wpautop( $my_autop_content ).'
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment