wpgenie

Remove parcipating message

Feb 16th, 2026
4,086
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_action( 'wp_head', 'custom_removing_message' );
  2. function custom_removing_message(){
  3.     global $wc_lottery;
  4.     remove_action( 'woocommerce_before_single_product', array( $wc_lottery->plugin_public, 'participating_message'), 1 );
  5. }
  6.  
Advertisement