Add docblock param
This commit is contained in:
parent
4d4b9e3432
commit
6485fc337c
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue