woocommerce_analytics_products_stats_select_query

woocommerce_analytics_products_stats_select_query

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_analytics_products_stats_select_query') is found 1 times:

  • /src/Admin/API/Reports/Products/Stats/Query.php line 47

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

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

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

    		$args = apply_filters( 'woocommerce_analytics_products_stats_query_args', $this->get_query_vars() );
    
    		$data_store = \WC_Data_Store::load( 'report-products-stats' );
    		$results    = $data_store->get_data( $args );
    		return apply_filters( 'woocommerce_analytics_products_stats_select_query', $results, $args );
    	}
    
    }
    
    
    
    

See this hook used in plugins: