Created
October 20, 2018 15:49
-
-
Save donnamcmaster/8b8324e3021302f0fb2e8a189d107c9a to your computer and use it in GitHub Desktop.
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
$css_timestamp = filemtime( get_stylesheet_directory() . '/assets/css/app.css' ); | |
wp_enqueue_style( 'child_app', get_stylesheet_directory_uri() . '/assets/css/app.css', null, $css_timestamp ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment