WP_Customize_Manager::containers()

Get the registered containers.


Description Description


Return Return

(array)


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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