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

7 lines
No EOL
174 B
PHP

<?php
namespace CTXFeed\V5\Tracker;
interface TrackerInterface {
public function is_activated( );
public function enqueueScript( );
public function loadBaseScript( );
}