Gets the registered sections.
Source
public function sections() {
return $this->sections;
}
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
CARVIEW |
Gets the registered sections.
public function sections() {
return $this->sections;
}
Used by | Description |
---|---|
WP_Customize_Manager::customize_pane_settings()wp-includes/class-wp-customize-manager.php | Prints JavaScript settings for parent window. |
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.