WP_Customize_Setting::id_data()

Get parsed ID data for multidimensional setting.


Description Description


Return Return

(array) ID data for multidimensional setting.

  • 'base'
    (string) ID base
  • 'keys'
    (array) Keys for multidimensional array.

Top ↑

Source Source

File: wp-includes/class-wp-customize-setting.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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