Replace ‘Dismiss’ with an X in Woo store notice

function twstudio_demo_store_filter($text) {

	$text = str_replace(array('<p class="woocommerce-store-notice demo_store">', '</p>', 'Dismiss'), array('<div class="woo-notice-container"><p class="woocommerce-store-notice demo_store">', '</p></div>', 'X'), $text);
	return $text;
}
add_filter('woocommerce_demo_store', 'twstudio_demo_store_filter', 10, 1);

2 comments on "Replace ‘Dismiss’ with an X in Woo store notice"

  1. Peyman Moosavi says:

    Hi, do you have any code to hide the banner which related to currency ONLY?

    1. tws says:

      Hi, did you found out this problem? If not, send me a link to the site that you want to hide it on, I can take a quick look..

Leave a Reply

Your email address will not be published. Required fields are marked *