WP_Customize_Selective_Refresh::partials

Advertisement

Summery Summery

Retrieves the registered partials.

Syntax Syntax

WP_Customize_Selective_Refresh::partials()

Return Return

(array) Partials.

Source Source

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

	public function partials() {
		return $this->partials;
	}

Advertisement

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Advertisement

Leave a Reply