Skip to content

Placement

linchpin edited this page Sep 7, 2022 · 12 revisions

Placement

Placement Class

  • Full name: \CourierNotices\Controller\Placement

Methods

register_actions

Registers our actions for where notifications will be placed.

public register_actions(): mixed

place_header_notices

Places all of our header notifications

public static place_header_notices(): mixed
  • This method is static.

place_footer_notices

Places all of our footer notifications

public static place_footer_notices(): mixed
  • This method is static.

place_modal_notices

Places all of our modal notices

public static place_modal_notices(): mixed
  • This method is static.


Automatically generated from source code comments on 2022-09-07 using phpDocumentor and saggre/phpdocumentor-markdown

Clone this wiki locally