Changeset 56120
- Timestamp:
- 07/01/2023 10:02:05 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56053 r56120 3035 3035 * @param string $type Optional. Post type to retrieve count. Default 'post'. 3036 3036 * @param string $perm Optional. 'readable' or empty. Default empty. 3037 * @return stdClass Number of posts for each status. 3037 * @return stdClass An object containing the number of posts for each status, 3038 * or an empty object if the post type does not exist. 3038 3039 */ 3039 3040 function wp_count_posts( $type = 'post', $perm = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.