*** # Placement Placement Class * Full name: `\CourierNotices\Controller\Placement` ## Methods ### register_actions Registers our actions for where notifications will be placed. ```php public register_actions(): mixed ``` *** ### place_header_notices Places all of our header notifications ```php public static place_header_notices(): mixed ``` * This method is **static**. *** ### place_footer_notices Places all of our footer notifications ```php public static place_footer_notices(): mixed ``` * This method is **static**. *** ### place_modal_notices Places all of our modal notices ```php public static place_modal_notices(): mixed ``` * This method is **static**. *** *** > Automatically generated on 2024-08-26