Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function print_custom_css() {
  2.     echo '<link href="custom.css" rel="stylesheet">';
  3. }
  4. add_action('wp_print_styles', 'print_custom_css', 9999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement