wpgenie

remove "no need to bid" message

Aug 26th, 2021
1,492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. /* Code snippet that removes "no need to bid" message */
  2.  
  3. add_action( 'init', 'custom_removing' );
  4. function custom_removing(){
  5.     remove_action( 'woocommerce_before_single_product', 'woocommerce__simple_auctions_winning_bid_message', 1 );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment