Advertisement
jrevillini

Untitled

Mar 6th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.  
  2. // Add styling
  3. add_action('wp_enqueue_scripts', 'hide_this_part_head');
  4. function hide_this_part_head() {
  5.     $str_css_url = plugins_url('style.css', __FILE__);
  6.     wp_enqueue_style('hide-this-part-css', $str_css_url);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement