Guest User

Untitled

a guest
Mar 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function hide_po_metabox() {
  2.  
  3. if ( current_user_can( 'manage_options' ) ) {
  4. echo '<style>
  5. #pyre_woocommerce_options {
  6. display: none !important;
  7. }
  8.  
  9. </style>';
  10. }
  11. }
  12. add_action('admin_head', 'hide_po_metabox');
Add Comment
Please, Sign In to add comment