Notice

Notice

Key

Default

Description

type

notice

type of option

class

null

success, warning, danger, info classes for notice

content

null

content of field

Demo

array(
  'type'    => 'notice',
  'class'   => 'success',
  'content' => 'Success: Lorem Ipsum Dollar.',
),
array(
  'type'    => 'notice',
  'class'   => 'warning',
  'content' => 'Warning: Lorem Ipsum Dollar.',
),
array(
  'type'    => 'notice',
  'class'   => 'danger',
  'content' => 'Danger: Lorem Ipsum Dollar.',
),
array(
  'type'    => 'notice',
  'class'   => 'info',
  'content' => 'Info: Lorem Ipsum Dollar.',
),

Last updated