apply_filters( 'wp_count_posts', stdClass $counts , string $type , string $perm )
Filters the post counts by status for the current post type.
Parameters
- $counts
-
An object containing the current post_type's post counts by status.
- $type
-
Post type.
- $perm
-
The permission to determine if the posts are 'readable' by the current user.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |