*** # Welcome Class Welcome * Full name: `\CourierNotices\Controller\Welcome` ## Methods ### register_actions Register our actions for where notifications will be placed. ```php public register_actions(): mixed ``` *** ### update_welcome_panel Close our welcome panel if the user doesn't want to see it anymore. ```php public update_welcome_panel(): mixed ``` *** ### admin_notices Add our welcome area to courier notices post list ```php public admin_notices(): mixed ``` *** ### welcome_message Output our welcome markup for first time users ```php public welcome_message(): mixed ``` *** ### show_welcome On first install show new users a welcome screen. ```php public show_welcome(): mixed ``` Only show the message when installing an individual message. *** *** > Automatically generated on 2024-08-26