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