On this page
apply_filters( 'wp_count_posts', stdClass $counts, string $type, string $perm )
Modifies returned post counts by status for the current post type.
Parameters
$countsstdClass-
An object containing the current post_type's post counts by status.
$typestring-
Post type.
$permstring-
The permission to determine if the posts are
'readable'by the current user.
Source
File: wp-includes/post.php. View all references
return apply_filters( 'wp_count_posts', $counts, $type, $perm );
Related
Used By
| Used By | Description |
|---|---|
| wp_count_posts() wp-includes/post.php | Counts number of posts of a post type and if user has permissions to view. |
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_count_posts