init'
This commit is contained in:
3
inc/class-webhooks.php
Normal file
3
inc/class-webhooks.php
Normal 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); } }
|
||||
Reference in New Issue
Block a user