wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



rest_prepare_menu_location › Filtr WordPress Hooks

Od5.9.0
Przestarzałyn/a
apply_filters( 'rest_prepare_menu_location', $response, $location, $request )
Parametry: (3)
  • (WP_REST_Response) $response The response object.
    Wymagane: Tak
  • (object) $location The original location object.
    Wymagane: Tak
  • (WP_REST_Request) $request Request used to generate the response.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters menu location data returned from the REST API.





Źródło

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