File: //proc/self/cwd/wp-content/plugins/tco-email-forms/email-integration/functions/options.php
<?php
// =============================================================================
// EMAIL-INTEGRATION/FUNCTIONS/OPTIONS.PHP
// -----------------------------------------------------------------------------
// Declare any option defaults that will be used. If the plugin hasn't saved yet
// the values here will be used instead of user provided values. This also
// gaurantees the avoidance of notices related to "undefined" variables.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Option Defaults
// =============================================================================
// Option Defaults
// =============================================================================
return array(
'opt_in_new_users' => 'no',
'opt_in_new_users_list' => '',
'default_form' => ''
);