[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Customize API: WP_Customize_Nav_Menu_Item_Control class
File Size: | 198 lines (8 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_Customize_Nav_Menu_Item_Control:: (4 methods):
__construct()
render_content()
content_template()
json()
Class: WP_Customize_Nav_Menu_Item_Control - X-Ref
Customize control to represent the name field for a given menu.__construct( $manager, $id, $args = array() X-Ref |
Constructor. param: WP_Customize_Manager $manager Customizer bootstrap instance. param: string $id The control ID. param: array $args Optional. Arguments to override class property defaults. |
render_content() X-Ref |
Don't render the control's content - it's rendered with a JS template. |
content_template() X-Ref |
JS/Underscore template for the control UI. |
json() X-Ref |
Return parameters for this control. return: array Exported parameters. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |