Tag Archives: codex

wp_delete_comment

Trashes or deletes a comment.The comment is moved to trash instead of permanently deleted unless trash is disabled, item is already in the trash, or $force_delete is true.

3587

Continue reading

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 a more detail creation of a user, use wp_insert_user() to specify more infomation.

3521

Continue reading