Astra_Scroll_To_Top_Loader::__construct()
Constructor
Description
Source
File: inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php
public function __construct() { add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) ); add_action( 'customize_register', array( $this, 'new_customize_register' ), 2 ); add_action( 'customize_preview_init', array( $this, 'preview_scripts' ) ); add_action( 'wp_footer', array( $this, 'html_markup_loader' ) ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |