Archive | Actions by letter s RSS feed for this section

wp_spam_comment

Marks a comment as Spam

4133

Continue reading

wp_set_object_terms

Create Term and Taxonomy Relationships.Relates an object (post, link etc) to a term and taxonomy type. Creates the term and taxonomy relationship if it doesn’t already exist. Creates a term if it doesn’t exist (using the slug).

4107

Continue reading

wp_set_current_user

Changes the current user by ID or name.Set $id to null and specify a name if you do not know a user’s ID.

4103

Continue reading

wp_set_auth_cookie

Sets the authentication cookies based User ID.The $remember parameter increases the time that the cookie will be kept. The default the cookie is kept without remembering is two days. When $remember is set, the cookies will be kept for 14 days or two weeks.

4099

Continue reading