wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
customize_render_partials_response › WordPress Filter Hooks
Seit4.5.0
Veraltetn/v
› apply_filters( 'customize_render_partials_response', $response, $this, $partials )
| Parameter: (3) |
|
| Definiert in: | |
| Codex: |
Filters the response from rendering the partials.
Plugins may use this filter to inject `$scripts` and `$styles`, which are dependencies for the partials being rendered. The response data will be available to the client via the `render-partials-response` JS event, so the client can then inject the scripts and styles into the DOM if they have not already been enqueued there. If plugins do this, they'll need to take care for any scripts that do `document.write()` and make sure that these are not injected, or else to override the function to no-op, or else the page will be destroyed. Plugins should be aware that `$scripts` and `$styles` may eventually be included by default in the response.Ähnliche Funktionen: wp_make_content_images_responsive, _customizer_mobile_viewport_meta, _wp_customize_publish_changeset, get_custom_header_markup, is_customize_preview, the_custom_header_markup