apply_filters( 'uninstall_confirmation_message', '' ); $reasons = $VARS['reasons']; $reasons_list_items_html = ''; foreach ( $reasons as $reason ) { $list_item_classes = 'reason' . ( ! empty( $reason['input_type'] ) ? ' has-input' : '' ); $reasons_list_items_html .= '
  • '; } ?>