He is my current custom API: add_action( 'rest_api_init', function () { register_rest_route('my-project/v1/form', '/get', array( 'methods' => WP_REST_Server::READABLE, 'callback' => 'get_form' )); }); add_action( ...
-
May 25, 2022
- 0 Comments