Comments Sara started the conversationMarch 5, 2021 at 4:19pmDovrei togliere anche questa fascia che appare in alto ogni volta che entro sul sito :) Grazie mille 933Neuron repliedMarch 5, 2021 at 9:02pmHi Sara,We've hidden these options since there are custom options that would affect ours. Can you please add the following PHP in your functions.php of the child theme or via the Code Snippets plugin. - https://wordpress.org/plugins/code-snippets/ add_action( 'init', 'amartha_update_store_notice' ); function amartha_update_store_notice() { if ( get_option( 'woocommerce_demo_store_notice' ) ) { update_option( 'woocommerce_demo_store_notice', false ); } }Feel free to ask for anything you need.Kind Regards Sign in to reply ...
Dovrei togliere anche questa fascia che appare in alto ogni volta che entro sul sito :) Grazie mille
Hi Sara,
We've hidden these options since there are custom options that would affect ours.
Can you please add the following PHP in your functions.php of the child theme or via the Code Snippets plugin.
- https://wordpress.org/plugins/code-snippets/
Feel free to ask for anything you need.
Kind Regards