Adding HTML/Text to Top of Subscriber’s Profile Backend Page
Add this code to your functions.php to add a notice for users with the subscriber role on their profile and dashboard admin pages. function wpse239290_user_welcome_notice() { // Make sure that the user is assigned to the subscriber role, specifically. // Alternatively, capabilities can be checked with current_user_can(), but roles are not supposed to be checked … Read more