rest_endpoints_description钩子是Wordpress钩子,过滤器::过滤REST端点数据。
apply_filters ( ‘rest_endpoints_description’, WP_REST_Request $request )
过滤器::过滤REST端点数据。
Filter Hook: Filters the REST endpoint data.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$request | (WP_REST_Request) | 请求数据。命名空间作为“namespace”参数传递。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/rest-api/class-wp-rest-server.php:1201 | 1 | 0 |