This commit is contained in:
14 changed files with 987 additions and 0 deletions

3
inc/class-webhooks.php Normal file
View File

@@ -0,0 +1,3 @@
<?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); } }