oont-contents/plugins/webappick-product-feed-for-woocommerce/V5/Query/QueryInterface.php
2025-03-31 21:42:48 +02:00

14 lines
218 B
PHP

<?php
namespace CTXFeed\V5\Query;
interface QueryInterface {
public function get_query_arguments();
public function get_product_types();
public function get_product_status();
public function product_ids();
}