WP_Customize_Partial::id_data() WordPress Method
The id_data() method is used to retrieve the data for a partial with a given ID. This data can be used to render the partial.
WP_Customize_Partial::id_data() #
Retrieves parsed ID data for multidimensional setting.
Return
(array) ID data for multidimensional partial.
- 'base'
(string) ID base. - 'keys'
(array) Keys for multidimensional array.
Source
File: wp-includes/customize/class-wp-customize-partial.php
final public function id_data() { return $this->id_data; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |