Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 00:22
Show Gist options
  • Select an option

  • Save frankyonnetti/af87f65b0de4c62680db3d985e5970af to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/af87f65b0de4c62680db3d985e5970af to your computer and use it in GitHub Desktop.
WordPress - print styles #wordpress #styles
// 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