PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
jetpack
/
_inc
/
lib
/
core-api
/
wpcom-endpoints
<?php class WPCOM_REST_API_V2_Endpoint_Hello { public function __construct() { add_action( 'rest_api_init', array( $this, 'register_routes' ) ); } public function register_routes() { register_rest_route( 'wpcom/v2', '/hello', array( array( 'methods' => WP_REST_Server::READABLE, 'callback' => array( $this, 'get_data' ), 'permission_callback' => '__return_true', ), ) ); } public function get_data( $request ) { return array( 'hello' => 'world' ); } } wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Endpoint_Hello' );
[-] class-wpcom-rest-api-v2-endpoint-tweetstorm-gather.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-admin-menu.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-videopress.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-transient.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-search.php
[edit]
[-] publicize-connections.php
[edit]
[+]
..
[-] publicize-services.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-tweetstorm-parse.php
[edit]
[-] publicize-connection-test-results.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-instagram-gallery.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-external-media.php
[edit]
[-] subscribers.php
[edit]
[-] gutenberg-available-extensions.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-resolve-redirect.php
[edit]
[-] business-hours.php
[edit]
[-] hello.php
[edit]
[-] service-api-keys.php
[edit]
[-] sites-posts-featured-media-url.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-mailchimp.php
[edit]
[-] memberships.php
[edit]
[-] class-wpcom-rest-api-v2-endpoint-podcast-player.php
[edit]