Make the new function private

This commit is contained in:
Menaka S 2021-05-12 06:43:36 +05:30
parent d13ce85b66
commit ffd6bd4163
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ class WC_Tracker {
*
* @return array
*/
public static function get_orders_by_gateway() {
private static function get_orders_by_gateway() {
global $wpdb;
$orders_by_gateway = $wpdb->get_results(