Accept page and per page params in REST query, return total count of notes in header

This commit is contained in:
Allen Snook 2018-10-11 12:25:09 -07:00
parent 4f37d1b776
commit 3b2791acf4
1 changed files with 0 additions and 1 deletions

View File

@ -241,5 +241,4 @@ class WC_Admin_Notes_Data_Store extends WC_Data_Store_WP implements WC_Object_Da
return $wpdb->get_var( $query ); // phpcs:ignore WordPress.WP.PreparedSQL.NotPrepared
}
}