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

23 lines
No EOL
272 B
PHP

<?php
namespace CTXFeed\V5\Merchant;
use CTXFeed\V5\Common\DropDown;
class Merchants
{
public static function get_template_config()
{
}
public static function get_template_info()
{
}
private static function get_merchants()
{
}
}