Redirect First Time Commenters to a Custom WordPress Page
Source : Redirect First Time Commenters to a Custom WordPress Page
Published On : October 20, 2014 at 02:04PM
By : Agbonghama Collins
For reasons best known to you, redirecting readers or site visitors commenting on your blog for the first time to say, a Thank You for Commenting would be fascinating. The code snippet below does the job perfectly well. function redirect_first_time_commenters( $url, $comment ) { // get count of user comment $comment_count = get_comments( array( 'author_email' […]

For More Go to : w3guy - Diary of a Geek
Published On : October 20, 2014 at 02:04PM
By : Agbonghama Collins
For reasons best known to you, redirecting readers or site visitors commenting on your blog for the first time to say, a Thank You for Commenting would be fascinating. The code snippet below does the job perfectly well. function redirect_first_time_commenters( $url, $comment ) { // get count of user comment $comment_count = get_comments( array( 'author_email' […]
For More Go to : w3guy - Diary of a Geek
Labels: Tech4Sky
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home