File: wp-includes/class-wp-customize-manager.php
-
Sets the initial URL to be previewed.
-
Announces when any setting’s unsanitized post value has been set.
-
Announces when a specific setting’s unsanitized post value has been set.
-
Filters the core Customizer components to load.
-
Renders JS templates for all registered section types.
-
Registers a customize panel type.
-
Renders JS templates for all registered panel types.
-
Registers a customize section type.
-
Adds settings from the POST data that were not added with code, e.g. dynamically-created settings for Widgets
-
Registers any dynamically-created settings, such as those from $_POST[‘customized’] that have no corresponding setting created.
-
Filters a dynamic setting’s constructor args.
-
Allow non-statically created settings to be constructed with custom WP_Customize_Setting subclass.
-
Filters nonces for Customizer.
-
Filters response data for a successful customize_save Ajax request.
-
Refreshes nonces for the current preview.
-
Gets dirty pre-sanitized setting values in the current customized state.
-
Overrides a setting’s value in the current customized state.
-
Prints CSS for loading indicators for the Customizer preview.
-
Registers a customize control type.
-
Renders JS templates for all registered control types.
-
Adds a customize panel.
-
Retrieves a customize panel.
-
Removes a customize panel.
-
Prevents sending a 404 status when returning the response for the customize preview, since it causes the jQuery Ajax to fail. Send 200 instead.
-
Gets the registered containers.
-
Gets the registered panels.
-
Filters the list of URLs allowed to be clicked and followed in the Customizer preview.
-
Retrieves a customize control.
-
Removes a customize control.
-
Helper function to compare two objects by priority, ensuring sort stability via instance_number.