WP_Customize_Partial::id_data(): array

Retrieves parsed ID data for multidimensional setting.


Return

array ID data for multidimensional partial.

  • base string
    ID base.
  • keys array
    Keys for multidimensional array.


Top ↑

Source

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

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

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.