Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'wp_head', 'custom_removing_message' );
- function custom_removing_message(){
- global $wc_lottery;
- remove_action( 'woocommerce_before_single_product', array( $wc_lottery->plugin_public, 'participating_message'), 1 );
- }
Advertisement