wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rest_prepare_widget › WordPress Filter Hooks

Seit5.8.0
Veraltetn/v
apply_filters( 'rest_prepare_widget', $response, $widget, $request )
Parameter: (3)
  • (WP_REST_Response|WP_Error) $response The response object, or WP_Error object on failure.
    Erforderlich: Ja
  • (array) $widget The registered widget data.
    Erforderlich: Ja
  • (WP_REST_Request) $request Request used to generate the response.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the REST API response for a widget.





Quellcode

return apply_filters( 'rest_prepare_widget', $response, $widget, $request );