File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<?php if ( ! defined( 'ABSPATH' ) ) exit;
return apply_filters( 'ninja_forms_plugin_settings_defaults', array(
'date_format' => 'm/d/Y',
'currency' => 'USD',
'recaptcha_site_key' => '',
'recaptcha_secret_key' => '',
'recaptcha_site_key_3' => '',
'recaptcha_secret_key_3' => '',
'recaptcha_lang' => '',
'delete_on_uninstall' => 0,
'disable_admin_notices' => 0,
'builder_dev_mode' => 1, // Enable "Dev Mode" for existing installs.
));
