Код: Выделить всё
function custom_woocommerce_admin_notice( $message ) {
add_action( 'admin_notices', function() use ( $message ) {
wc_get_logger()->info('Order Message: '.$message ) ;
if ( function_exists( 'get_current_screen' ) ) {
$screen = get_current_screen();
if ( isset( $screen->id ) && $screen->id === 'edit-shop_order' ) {
// Check if the notice has already been dismissed
if ( ! get_option( 'custom_woocommerce_admin_notice_dismissed' ) ) {
?>
Подробнее здесь: [url]https://stackoverflow.com/questions/78692937/cannot-send-an-argument-to-woocommerce-admin-notices-in-wordpress-closure-funct[/url]
Мобильная версия