XylotrechusZ
XylotrechusZ Shell
: /home/mjbynoyq/sub.dubailivejob.site/wp-content/plugins/dokan-lite/includes/Vendor/ [ drwxr-xr-x ]
<?php
namespace WeDevs\Dokan\Vendor;
class Hooks {
/**
* Class constructor
*
* @since 3.3.2 Added Cache
*
* @return void
*/
public function __construct() {
// Init Vendor Cache Class
new VendorCache();
// init Vendor Settings Manager
new SettingsApi\Manager();
// vendor coupon distribution
new Coupon();
}
}