Stop functions from echoing
-
How do I stop functions like the_author(); and comment_author(); from echoing to the screen. I need to compare the 2 in PHP.
<?php if(the_author() == comment_author()) { ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Stop functions from echoing’ is closed to new replies.