golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/shopengine-pro/modules/sales-notification
⬆️ Go Up
Upload
File/Folder
Size
Actions
api.php
338 B
Del
OK
assets
-
Del
OK
notification-data.php
2.99 KB
Del
OK
sales-notification.php
3.17 KB
Del
OK
screens
-
Del
OK
Edit: api.php
<?php namespace ShopEngine_Pro\Modules\Sales_Notification; use Exception; use ShopEngine\Base\Api as Base_Api; class Api extends Base_Api { /** * @throws Exception */ public function get_sales_notification(): array { return ( new Notification_Data() )->get_data(); } public function config() { $this->prefix = ''; } }
Save