Skip to content

Instantly share code, notes, and snippets.

@petrozavodsky
Created November 26, 2014 16:13
Show Gist options
  • Save petrozavodsky/07b6a16de21d186501c3 to your computer and use it in GitHub Desktop.
Save petrozavodsky/07b6a16de21d186501c3 to your computer and use it in GitHub Desktop.
<?php
function dw_add_css() {
wp_register_script('dw_stylesheet', plugins_url('css/dw-plugun0style.css', __FILE__));
wp_enqueue_script('dw_stylesheet');
}
add_action( 'wp_enqueue_scripts', 'dw_add_css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment