WP_Customize_Manager::panels()
Method: Gets the registered panels.
Source: wp-includes/class-wp-customize-manager.php:886
Method: Gets the registered panels.
Source: wp-includes/class-wp-customize-manager.php:886
Method: Prevents sending a 404 status when returning the response for the customize preview, since it causes the jQuery Ajax to fail. Send 200 instead.
Source: wp-includes/class-wp-customize-manager.php:2014
Method: Makes private properties readable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:93
Method: Makes private properties settable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:106
Method: Makes private properties checkable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:118
Method: Makes private properties un-settable for backward compatibility.
Source: wp-includes/class-wp-object-cache.php:129
Method: Check capabilities and render the panel.
Source: wp-includes/class-wp-customize-panel.php:270
Action Hook: Fires before rendering a Customizer panel.
Source: wp-includes/class-wp-customize-panel.php:282
Action Hook: Fires before rendering a specific Customizer panel.
Source: wp-includes/class-wp-customize-panel.php:292
Method: Render the panel container, and then its contents (via `this->render_content()`) in a subclass.
Source: wp-includes/class-wp-customize-panel.php:304