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.9.8.1

apply_filters('woocommerce_admin_stock_report_products_per_page') is found 1 times:

  • /includes/admin/reports/class-wc-report-stock.php line 192
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    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.
         */