Class WPDA_Message_Box
Displays a message box the WordPress way.
author | Peter Schulz |
---|---|
since | 1.0.0 |
package | WPDataAccess\Utilities |
__construct(array $args = array()
)
since | 1.0.0 |
---|
array
[
'message_text' => (string) Message text
'message_type' => (string) Message type
'message_is_dismissible' => (boolean) Indicates whether message box is dismissible
].
box()
since | 1.0.0 |
---|
DEFAULT_MESSAGE_IS_DISMISSIBLE = true
DEFAULT_MESSAGE_TYPE = 'notice'