'.__("Are you sure you want to delete this message(s)?",'ARMember' ).'';
$bulk_delete_message_popup_content .= '
';
$bulk_delete_message_popup_arg = array(
'id' => 'delete_bulk_communication_message',
'class' => 'delete_bulk_communication_message',
'title' => 'Delete Communication Message(s)',
'content' => $bulk_delete_message_popup_content,
'button_id' => 'arm_bulk_delete_message_ok_btn',
'button_onclick' => "arm_delete_bulk_communication('true');",
);
echo $arm_global_settings->arm_get_bpopup_html($bulk_delete_message_popup_arg);
/* **********./End Bulk Delete Communication Popup/.********** */
?>