WP_Customize_Selective_Refresh::partials()
Retrieves the registered partials.
Description Description
Return Return
(array) Partials.
Source Source
File: wp-includes/customize/class-wp-customize-selective-refresh.php
public function partials() { return $this->partials; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |