Remove widget from sidebar.
4197
Continue readingMoves a post or page to the TrashIf trash is disabled, the post or page is permanently deleted.
4185
Continue readingAuthenticate user with remember capability.The credentials is an array that has ‘user_login’, ‘user_password’, and ‘remember’ indices. If the credentials is not given, then the log in form will be assumed and used if set.
4131
Continue readingSets the status of a comment.The ‘wp_set_comment_status’ action is called after the comment is handled and will only be called, if the comment status is either ‘hold’, ‘approve’, or ‘spam’. If the comment status is not in the list, then false is returned and if the status is ‘delete’, then the comment is deleted without calling the action.
4101
Continue reading
wp_update_comment_count_now
Updates the comment count for the post.
4219
Continue reading →