Merge pull request #9956 from frozzare/docs/class-wc-report-out-of-stock
Improve docblock comments in WC_Report_Out_Of_Stock class
This commit is contained in:
commit
cc1232e126
|
@ -27,6 +27,9 @@ class WC_Report_Out_Of_Stock extends WC_Report_Stock {
|
|||
|
||||
/**
|
||||
* Get Products matching stock criteria.
|
||||
*
|
||||
* @param int $current_page
|
||||
* @param int $per_page
|
||||
*/
|
||||
public function get_items( $current_page, $per_page ) {
|
||||
global $wpdb;
|
||||
|
|
Loading…
Reference in New Issue