Archive | Documentation RSS feed for this section

wp_create_user

A simpler way of inserting an user into the database.Creates a new user with just the username, password, and email. For more complex user creation use wp_insert_user() to specify more information.

10657

Continue reading

wp_check_term_hierarchy_for_loops

Checks the given subset of the term hierarchy for hierarchy loops.Prevents loops from forming and breaks those that it finds.

10631

Continue reading

wp_check_post_hierarchy_for_loops

Checks the given subset of the post hierarchy for hierarchy loops.Prevents loops from forming and breaks those that it finds.

10628

Continue reading