WP_Customize_Setting::id_data(): array

Get parsed ID data for multidimensional setting.


Return

array ID data for multidimensional setting.

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


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.