Uses
Uses | Description |
---|---|
wp-admin/includes/comment.php: get_pending_comments_num() | Get the number of pending comments on a post or posts |
wp-includes/query.php: have_posts() | Determines whether current WordPress query has posts to loop over. |
wp-includes/query.php: the_post() | Iterate the post index in the loop. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |