woocommerce_analytics_customers_stats_select_query

woocommerce_analytics_customers_stats_select_query

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_analytics_customers_stats_select_query') is found 1 times:

  • /src/Admin/API/Reports/Customers/Stats/Query.php line 63

    Warning: Undefined array key 65 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 66 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 67 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 68 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    59
    60
    61
    62
    63
    64
    65
            $args = apply_filters( 'woocommerce_analytics_customers_stats_query_args', $this->get_query_vars() );
     
            $data_store = \WC_Data_Store::load( 'report-customers-stats' );
            $results    = $data_store->get_data( $args );
            return apply_filters( 'woocommerce_analytics_customers_stats_select_query', $results, $args );
        }
    }