Astra_Scroll_To_Top_Loader::new_customize_register( WP_Customize_Manager $wp_customize )

Add customizer configs for scroll to top in the Theme Customizer.


Description


Parameters

$wp_customize

(WP_Customize_Manager) (Required) Theme Customizer object.


Source

File: inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php

	public function new_customize_register( $wp_customize ) {
		require_once ASTRA_SCROLL_TO_TOP_DIR . 'classes/customizer/class-astra-scroll-to-top-configs.php';
	}

Changelog

Changelog
Version Description
4.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.