芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/hello.php
WP_REST_Server::READABLE, 'callback' => array( $this, 'get_data' ), 'permission_callback' => '__return_true', ), ) ); } /** * Get data in response to the endpoint request. * * @param WP_REST_Request $request API request. */ public function get_data( $request ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return array( 'hello' => 'world' ); } } wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Endpoint_Hello' );