Archive by Author

wp_set_post_categories

Set categories for a post.If the post categories parameter is not set, then the default category is going used.

4111

Continue reading

wp_set_password

Updates the user’s password with a new encrypted one.For integration with other applications, this function can be overwritten to instead use the other package password checking algorithm.

4109

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