WP_Customize_Selective_Refresh::is_render_partials_request(): bool

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.


Top ↑

Return

bool Whether the request is for rendering partials.


Top ↑

Source

File: wp-includes/customize/class-wp-customize-selective-refresh.php. View all references

public function is_render_partials_request() {
	return ! empty( $_POST[ self::RENDER_QUERY_VAR ] );
}


Top ↑

Changelog

Changelog
Version Description
4.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.