Skip to content

Instantly share code, notes, and snippets.

@daylik
Created February 9, 2019 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daylik/11b2fd891fda00ce26cfdd7f0a9211dc to your computer and use it in GitHub Desktop.
Save daylik/11b2fd891fda00ce26cfdd7f0a9211dc to your computer and use it in GitHub Desktop.
wp_enqueue_style( 'style', get_template_directory_uri() . '/style.css', array(), filemtime( get_theme_file_path('/style.css')) );
wp_enqueue_script( 'app', get_template_directory_uri() . '/js/app.js', array(), filemtime( get_theme_file_path('/js/app.js')), true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment