WP_Customize_Selective_Refresh::is_render_partials_request

Advertisement

Summery Summery

Checks whether the request is for rendering partials.

Syntax Syntax

WP_Customize_Selective_Refresh::is_render_partials_request()

Description Description

Note that this will not consider whether the request is authorized or valid, just that essentially the route is a match.

Return Return

(bool) Whether the request is for rendering partials.

Source Source

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

	 */
	public function handle_error( $errno, $errstr, $errfile = null, $errline = null ) {
		$this->triggered_errors[] = array(

Advertisement

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Advertisement

Leave a Reply