Retrieve the permalink for a post type archive feed.
9612
Continue readingYou add any kses hooks here.There is currently only one kses WordPress hook and it is called here. All parameters are passed to the hooks and expected to receive a string.
3829
Continue readingInsert an user into the database.Can update a current user or insert a new user based on whether the user’s ID is present.
3797
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 →