Files
cosmopet-woozoho-fulfillment/inc/class-webhooks.php
2026-05-15 21:06:41 +07:00

4 lines
205 B
PHP

<?php
if (!defined('ABSPATH')) exit;
class WZHF_Webhooks { public static function bootstrap(){} public static function handle(WP_REST_Request $req){ return new WP_REST_Response(array('ok'=>true),200); } }