Skip to content

Instantly share code, notes, and snippets.

@donnamcmaster
Created October 20, 2018 15:49
Show Gist options
  • Save donnamcmaster/8b8324e3021302f0fb2e8a189d107c9a to your computer and use it in GitHub Desktop.
Save donnamcmaster/8b8324e3021302f0fb2e8a189d107c9a to your computer and use it in GitHub Desktop.
$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