add_action( 'rest_api_init', 'myfunction_name' ); function myfunction_name() { register_rest_field( 'endpoint_name', 'field_name', ...
確定! 回上一頁