rest_prepare_menu_location

过滤钩子
apply_filters( 'rest_prepare_menu_location', $response, $location, $request )
参数
  • (WP_REST_Response) $response The response object.
    Required:
  • (object) $location The original location object.
    Required:
  • (WP_REST_Request) $request Request used to generate the response.
    Required:
定义位置
相关勾子
rest_prepare_commentrest_prepare_block_patternrest_prepare_nav_menu_itemrest_prepare_revisionrest_prepare_plugin
相关方法
get_nav_menu_locationswp_map_nav_menu_locationsrest_parse_hex_colorwp_ajax_menu_locations_savewp_redirect_admin_locationsrest_parse_date
引入
5.9.0
弃用
-

rest_prepare_menu_location: 这是WordPress中的一个动作钩子,当REST API准备响应一个菜单位置时被触发。它允许开发人员在返回之前修改菜单位置数据。

过滤从REST API返回的菜单位置数据。

return apply_filters( 'rest_prepare_menu_location', $response, $location, $request );

常见问题

FAQs
查看更多 >