woocommerce_admin_stock_report_products_per_page

woocommerce_admin_stock_report_products_per_page

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_admin_stock_report_products_per_page') is found 1 times:

  • /includes/admin/reports/class-wc-report-stock.php line 190
    	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.
    		 */