Skip to content

Commit 72a1595

Browse files
committed
add paged parameter in get_items in processor and in other classes that extended it.
1 parent 627283a commit 72a1595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Processors/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static function get_total( $plugin ) {
5050
*
5151
* @throws \Exception
5252
*/
53-
public static function get_items( $plugin, $number, $offset ) {
53+
public static function get_items( $plugin, $number, $offset, $paged ) {
5454
global $wpdb;
5555

5656
switch ( $plugin ) {

0 commit comments

Comments
 (0)