Advertisement
hmbashar

organize series plugin widget hide in post option

May 17th, 2015
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. /* Coded by Md Abul Bashar
  2. Main Post link: http://www.pchelpcenterbd.com/wordpress-plugin-download-12758
  3. */
  4.  
  5. function wp_admin_style_seric_hide() { ?>
  6. <style type="text/css">
  7. #seriesdiv {
  8.   display: none;
  9. }
  10. </style>
  11. <?php }
  12.  
  13. add_action( 'admin_head', 'wp_admin_style_seric_hide' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement