Advertisement
wpgenie

remove automatic relist block form edit auction page

Jun 21st, 2023
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. add_action( 'add_meta_boxes', function() {
  2.     remove_meta_box( 'Automatic_relist_auction' , 'product' , 'normal' );
  3. }, 90 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement