Advertisement
wpgenie

remove auction condition

Apr 20th, 2016
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_action('admin_head', 'remove_auction_condition');
  2.  
  3. function remove_auction_condition() {
  4.   echo '<style>
  5.    ._auction_item_condition_field  {
  6.      display:none;
  7.    }
  8.  </style>';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement