Last active
July 14, 2018 20:43
-
-
Save goldhat/08f7da4d1b356d9f979e0b62e9842b0a to your computer and use it in GitHub Desktop.
Script Inclusions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Header Collapsed CSS | |
if ( is_page_template( 'page-templates/template-learn-patacademy.php' ) | |
|| is_page_template( 'page-templates/template-learn-mikesvideos.php' ) | |
|| is_page_template( 'page-templates/template-learn-rcacademy.php' ) | |
|| is_page_template( 'page-templates/template-learn-quiz.php' ) | |
|| is_page_template( 'page-templates/template-learn-questionbank.php' ) | |
|| is_page_template( 'page-templates/template-bookmarkedquestions.php' ) | |
) { | |
wp_enqueue_style( 'header-collapsed', get_template_directory_uri() . "/includes/css/header-collapsed.css", array(), '0.7', 'screen' ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment