Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /*
  2. * Load stylesheets, etc.
  3. */
  4. function cl_chanimal_scripts() {
  5.  
  6. //Register CSS
  7. wp_register_style('cl-chanimal-styles', plugins_url('css/cl-chanimal-styles.css', __FILE__));
  8.  
  9. //Use it!
  10. wp_enqueue_style ( 'cl-chanimal-styles' );
  11. }
  12. add_action( 'wp_enqueue_scripts', 'cl_chanimal_scripts' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement