Created
October 25, 2017 07:32
-
-
Save mjinayan80/080d3f65962cbaffa2920565efdbaa68 to your computer and use it in GitHub Desktop.
autop in shortcode.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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