Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8519345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:13:22+00:00 2026-06-11T06:13:22+00:00

I am trying to set a custom cookie when a visitor submits a comment,

  • 0

I am trying to set a custom cookie when a visitor submits a comment, but I can not seem to get this working. Here’s what I have in functions.php:

add_action('comment_post', 'ipro_set_comment_cookie');

function ipro_set_comment_cookie($comment) {
    setcookie("visitor_name", $comment->comment_author, time()+86400);
    setcookie("visitor_email", $comment->comment_author_email, time()+86400);
}

I’ve also tried changing comment_post to wp_insert_comment– neither have seemed to work. I am working off of WP’s action references:
http://codex.wordpress.org/Plugin_API/Action_Reference#Comment.2C_Ping.2C_and_Trackback_Actions

…any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T06:13:24+00:00Added an answer on June 11, 2026 at 6:13 am

    Check out the Database writes in the Filter Reference

    Try something like comment_save_pre

    applied to the comment data just prior to updating/editing comment data. Function arguments: comment data array, with indices “comment_post_ID”, “comment_author”, “comment_author_email”, “comment_author_url”, “comment_content”, “comment_type”, and “user_ID”.

    That way it sets on submit (so it calls after your error handling kicks in)

    If I understand your question correctly, this should work:

    add_action('comment_save_pre', 'ipro_set_comment_cookie');
    
    function ipro_set_comment_cookie($comment) {
        setcookie("visitor_name", $comment->comment_author, time()+86400);
        setcookie("visitor_email", $comment->comment_author_email, time()+86400);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to set custom font to Paragraph, but I can't make it
I'm trying to set custom 'name' attribute in django form. I've been trying this
Trying to set up a gridview with a custom adapter, I get my cursor
I am trying to set an auth cookie in OnAuthorization of my custom attribute
I'm trying to set custom tick marks on my imshow() output, but haven't found
I'm trying to set a custom background image for a UITableViewCellAccessory. Is this possible?
I am trying to set my own custom error message onto my Captcha but
I'm trying to set color of TextView in custom arrayadapter, but it does'nt work
I'm trying to set up custom UITableViewCells . I can set the backgroundView no
I am trying to set a custom title for a node add form in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.