Astra_Header_Edd_Cart_Component::__construct()

Constructor function that initializes required actions and hooks


Description


Source

File: inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php

		public function __construct() {

			// @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
			require_once ASTRA_HEADER_EDD_CART_DIR . '/class-astra-header-edd-cart-loader.php';

			// Include front end files.
			if ( ! is_admin() ) {
				require_once ASTRA_HEADER_EDD_CART_DIR . '/dynamic-css/dynamic.css.php';
			}
			// @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
		}


User Contributed Notes

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