Skip to content

Instantly share code, notes, and snippets.

@theukedge
Last active December 9, 2015 15:46
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 theukedge/5bf68a836b0806615591 to your computer and use it in GitHub Desktop.
Save theukedge/5bf68a836b0806615591 to your computer and use it in GitHub Desktop.
<?php
$themecsspath = get_stylesheet_directory() . '/css/styles.css';
wp_enqueue_style(
'child-theme',
get_stylesheet_directory_uri() . '/css/styles.css',
array(),
filemtime( $themecsspath )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment