Scroll_To_Top
Class Scroll_To_Top
Source
File: includes/modules/scroll_to_top/customizer/scroll_to_top.php
Expand full source code Collapse full source code View on Github
Methods
- add_controls — Add customizer section and controls
- init — Base initialization.
- is_icon_type_control — Active callback for controls that are available only if scroll to top is an icon
- is_image_type_control — Active callback for controls that are available only if scroll to top is an image
- is_module_enabled — Active callback for scroll to top controls.
- live_refresh_scripts — Live refresh for scroll to top controls.
- sanitize_module_status — Sanitize module status. The toggle in neve options returns '1' or '' so our control should return the same thing.
- sanitize_scroll_to_top_side — Sanitize scroll to top side
- sanitize_scroll_to_top_type — Sanitize scroll to top type
- scroll_to_top_options — Register option toggle in customizer
- scroll_to_top_section — Register customizer section for the module
- scroll_to_top_style_controls — Add style controls for Scroll to top module.