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



rest_prepare_widget_type › WordPress Filter Hooks

Seit5.8.0
Veraltetn/v
apply_filters( 'rest_prepare_widget_type', $response, $widget_type, $request )
Parameter: (3)
  • (WP_REST_Response) $response The response object.
    Erforderlich: Ja
  • (array) $widget_type The array of widget data.
    Erforderlich: Ja
  • (WP_REST_Request) $request The request object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the REST API response for a widget type.





Quellcode

return apply_filters( 'rest_prepare_widget_type', $response, $widget_type, $request );