Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Code snippet that removes "no need to bid" message */
- add_action( 'init', 'custom_removing' );
- function custom_removing(){
- remove_action( 'woocommerce_before_single_product', 'woocommerce__simple_auctions_winning_bid_message', 1 );
- }
Advertisement
Add Comment
Please, Sign In to add comment