Largo custom classes - jacki890/Largo GitHub Wiki
A list of custom classes in Largo.
Extends Walker_Nav_Menu. It's an enhanced menu walker that supports up to second-level dropdown menus using appropriate markup for Bootstrap. Found in /inc/nav-menus.php.
Implements the Customizer for Largo, using the Theme Customization API. Found in inc/customizer/customizer.php.
Largo_Customizer loads the following custom classes:
-
Largo_WP_Customize_Multi_Checkbox_Control: ExtendsWP_Customize_Controlto add a multi-checkbox option. Found ininc/customizer/class-largo-wp-customize-multi-checkbox-control.php. -
Largo_WP_Customize_Multi_Checkbox_Rich_Radio_Control: ExtendsWP_Customize_Controlto add support for the rich radio control used in choosing the homepage layout. Found in/inc/customizer/class-largo-wp-customize-rich-radio-control.php. -
Largo_WP_Customize_Textarea_Control: ExtendsWP_Customize_Controlto add a textarea option. Found in/inc/customizer/class-largo-wp-customize-textarea-control.php.
Used to dig through posts to find IDs related to the current post. Found in /inc/related-content.php.
Displays the fields for selecting icons for terms in the "post-type" taxonomy. Found in /inc/term-icons.php.
Displays the fields for selecting icons for terms in the "post-type" taxonomy. Found in /inc/term-sidebars.php.