woocommerce_admin_stock_report_products_per_page, 20
woocommerce_admin_stock_report_products_per_page, 20
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_admin_stock_report_products_per_page, 20') is found 1 times:
- /includes/admin/reports/class-wc-report-stock.php line 192
public function prepare_items() { $this->_column_headers = array( $this->get_columns(), array(), $this->get_sortable_columns() ); $current_page = absint( $this->get_pagenum() ); $per_page = apply_filters( 'woocommerce_admin_stock_report_products_per_page', 20 ); $this->get_items( $current_page, $per_page ); /** * Pagination. */