rest_api_init
do_action( ‘rest_api_init’, WP_REST_Server $wp_rest_ser…
do_action( ‘rest_api_init’, WP_REST_Server $wp_rest_server )
动作钩子::准备服务API请求时激发。
Action Hook: Fires when preparing to serve an API request.
目录锚点:#说明#参数#源码
说明(Description)
应该创建端点对象并将其钩子注册到此操作而不是另一个操作,以确保仅在需要时加载它们。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$wp_rest_server | (WP_REST_Server) | 服务器对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/rest-api.php:473 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!