Astra_Menu_Sidebar_Animation::__construct()

Constructor


Description


Source

File: classes/modules/menu-sidebar/class-astra-menu-sidebar-animation.php

		public function __construct() {
			add_action( 'astra_get_js_files', array( $this, 'add_scripts' ) );
			add_filter( 'astra_addon_js_localize', array( $this, 'localize_variables' ) );
		}


User Contributed Notes

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