add_action( 'woocommerce_account_dashboard', 'tbm_al_buyer_portal_notice_v2' ); function tbm_al_buyer_portal_notice_v2() { $user = wp_get_current_user(); if ( ! $user ) return; if ( in_array( 'al-buyer', (array) $user->roles, true ) ) { echo '

Assistance League Chapter Ordering

Welcome to the Assistance League chapter ordering portal. Use the portal menu to begin a new order, review shipping information, view payment terms, and manage your account.

Start Your Order
'; } }

Product Access Denied