WP_Customize_Manager::containers()

Get the registered containers.


Return

(array)


Source

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

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

Changelog

Changelog
Version Description
WP-4.0.0 Introduced.