This file contains hidden or 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 | |
/** | |
* Get first paragraph from a WordPress post. Use inside the Loop. | |
* | |
* @param $class string optional class name to include in the paragraph | |
* @return string | |
*/ | |
function get_first_paragraph( $class = '' ){ | |
global $post; | |