Add docblock param

This commit is contained in:
xristos3490 2020-07-29 18:30:26 +03:00
parent 4d4b9e3432
commit 6485fc337c
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ class WC_Query {
*
* @since 4.4.0
* @param int $count Original posts count, as supplied by the found_posts filter.
* @param WP_Query $query The current WP_Query object.
*
* @return int Adjusted posts count.
*/