/* ============================================================ MUMTAZ DEALS ACCOUNT ASSETS Add this block to inc/enqueue.php ============================================================ */ function md_account_assets() { if ( is_account_page() || is_page( 'login' ) || is_page( 'register' ) ) { wp_enqueue_style( 'mumtaz-deals-account', MD_THEME_URI . '/assets/css/account.css', array(), MD_THEME_VERSION ); wp_enqueue_script( 'mumtaz-deals-account', MD_THEME_URI . '/assets/js/account.js', array(), MD_THEME_VERSION, true ); } } add_action( 'wp_enqueue_scripts', 'md_account_assets' );
Something big is brewing! Our store is in the works and will be launching soon!