Archive | Filters RSS feed for this section

wp_nonce_tick

Get the time-dependent variable for nonce creation.A nonce has a lifespan of two ticks. Nonces in their second tick may be updated, e.g. by autosave.

3951

Continue reading

wp_new_comment

Adds a new comment to the database.Filters new comment to ensure that the fields are sanitized and valid before inserting comment into database. Calls ‘comment_post’ action with comment ID and whether comment is approved by WordPress. Also has ‘preprocess_comment’ filter for processing the comment data before the function handles it.

3941

Continue reading