[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Customize API: WP_Customize_Color_Control class
File Size: | 122 lines (3 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_Customize_Color_Control:: (5 methods):
__construct()
enqueue()
to_json()
render_content()
content_template()
Class: WP_Customize_Color_Control - X-Ref
Customize Color Control class.__construct( $manager, $id, $args = array() X-Ref |
Constructor. param: WP_Customize_Manager $manager Customizer bootstrap instance. param: string $id Control ID. param: array $args Optional. Arguments to override class property defaults. |
enqueue() X-Ref |
Enqueue scripts/styles for the color picker. |
to_json() X-Ref |
Refresh the parameters passed to the JavaScript via JSON. |
render_content() X-Ref |
Don't render the control content from PHP, as it's rendered via JS on load. |
content_template() X-Ref |
Render a JS template for the content of the color picker control. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |