你能告诉我这个代码是不是最新的吗?提前谢谢。
function setmot_turta_notice() {
if ( is_product() && has_term( array(\'set-turta\',\'set-mot\' ), \'product_cat\' ) ) {
wc_print_notice( \'Message here!\', \'notice\' );
}
}
add_action( \'template_redirect\', \'setmot_turta_notice\' );