Last active
February 17, 2021 00:22
-
-
Save frankyonnetti/af87f65b0de4c62680db3d985e5970af to your computer and use it in GitHub Desktop.
WordPress - print styles #wordpress #styles
This file contains hidden or 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
| // functions.php | |
| wp_enqueue_style( 'print-style', get_stylesheet_directory_uri() . '/style-print.css', false, '1.0.0', 'print' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment