Last active
February 12, 2019 20:25
-
-
Save ostryweb-cz/c182774f687f20de70dd9b1c067aa425 to your computer and use it in GitHub Desktop.
style.css enqueue with stylesheet version
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
wp_enqueue_style( 'website-style', get_stylesheet_uri(), array(), wp_get_theme()->version ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment