Closed cyberwani closed 9 years ago
For Single ID use default structure.
'admin_notice'=>'Appointment cancelled.'
and for Multiple IDs use below structure.
'admin_notice'=>array( 'single' => '%s Appointment cancelled.', 'plural' => '%s Appointments cancelled.', )
Added "is-dismissible" class to close the notice. Changed position to display below post-type name.
Thank you very much :)
For Single ID use default structure.
and for Multiple IDs use below structure.
Added "is-dismissible" class to close the notice. Changed position to display below post-type name.