WP_Customize_Selective_Refresh::is_render_partials_request()
Checks whether the request is for rendering partials.
Description
Note that this will not consider whether the request is authorized or valid, just that essentially the route is a match.
Return
(bool) Whether the request is for rendering partials.
Source
File: wp-includes/customize/class-wp-customize-selective-refresh.php
public function is_render_partials_request() { return ! empty( $_POST[ self::RENDER_QUERY_VAR ] ); }
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_selective_refresh/is_render_partials_request