Advertisement
firoze

Using Css into (functions.php)

Oct 30th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. // Add to css for stylized custome option  in (functions.php)
  2.  
  3. function admin_new_css(){?>
  4. <style type="text/css">
  5.  
  6.  
  7. </style>
  8.  
  9. <?php
  10.  
  11. }  
  12.    
  13. add_action('admin_head' , 'admin_new_css');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement