芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/ninja-forms/includes/Config/PluginSettingsAdvanced.php
array( 'id' => 'delete_on_uninstall', 'type' => 'html', 'html' => '
' . esc_html__( 'Delete All Data', 'ninja-forms' ) . '
', 'label' => esc_html__( 'Remove ALL Ninja Forms data upon uninstall?', 'ninja-forms' ), 'desc' => sprintf( esc_html__( 'ALL Ninja Forms data will be removed from the database and the Ninja Forms plug-in will be deactivated. %sAll form and submission data will be unrecoverable.%s', 'ninja-forms' ), '
', '
' ), ), /* |-------------------------------------------------------------------------- | Delete Prompt for Delete on Uninstall |-------------------------------------------------------------------------- */ 'delete_prompt' => array( 'id' => 'delete_prompt', 'type' => 'prompt', 'desc' => esc_html__( 'This setting will COMPLETELY remove anything Ninja Forms related upon plugin deletion. This includes SUBMISSIONS and FORMS. It cannot be undone.', 'ninja-forms' ), ), /* |-------------------------------------------------------------------------- | Disable Admin Notices |-------------------------------------------------------------------------- */ 'disable_admin_notices' => array( 'id' => 'disable_admin_notices', 'type' => 'checkbox', 'label' => esc_html__( 'Disable Admin Notices', 'ninja-forms' ), 'desc' => esc_html__( 'Never see an admin notice on the dashboard from Ninja Forms. Uncheck to see them again.', 'ninja-forms' ), ), /* |-------------------------------------------------------------------------- | "Dev Mode" |-------------------------------------------------------------------------- */ 'builder_dev_mode' => array( 'id' => 'builder_dev_mode', 'type' => 'checkbox', 'label' => esc_html__( 'Form Builder "Dev Mode"', 'ninja-forms' ) . '
', ), 'load_legacy_submissions' => array( 'id' => 'load_legacy_submissions', 'type' => 'checkbox', 'label' => esc_html__( 'Show Legacy Submissions Page', 'ninja-forms' ), 'desc' => sprintf( esc_html__( 'This setting is used to see the "old" submissions page. If you are experiencing issues with your submissions page, please notify us at %s.%sPlease refresh your settings page after saving this setting before navigating to the submissions page.', 'ninja-forms' ), '
https://ninjaforms.com/contact
', '
' ), ), /* |-------------------------------------------------------------------------- | Tracking Opt-in |-------------------------------------------------------------------------- */ 'allow_tracking' => array( 'id' => 'allow_tracking', 'type' => 'html', 'html' => '
' . esc_html__( 'Opt-in', 'ninja-forms' ) . '
' . esc_html__( 'Opt-out', 'ninja-forms' ) . '
', 'label' => esc_html__( 'Allow Telemetry', 'ninja-forms' ), 'desc' => esc_html__( 'Opt-in to allow Ninja Forms to collect anonymous usage statistics from your site, such as PHP version, installed plugins, and other non-personally idetifiable informations.', 'ninja-forms' ), ), /* |-------------------------------------------------------------------------- | Opinionated Styles |-------------------------------------------------------------------------- */ 'opinionated_styles' => array( 'id' => 'opinionated_styles', 'type' => 'select', 'label' => esc_html__( 'Opinionated Styles', 'ninja-forms' ), 'options' => array( array( 'label' => esc_html__( 'None', 'ninja-forms' ), 'value' => '', ), array( 'label' => esc_html__( 'Light', 'ninja-forms' ), 'value' => 'light', ), array( 'label' => esc_html__( 'Dark', 'ninja-forms' ), 'value' => 'dark', ), ), 'desc' => esc_html__( 'Use default Ninja Forms styling conventions.', 'ninja-forms' ), 'value' => '' ), 'trash_expired_submissions' => array( 'id' => 'trash_expired_submissions', 'type' => 'html', 'html' => '
' . esc_html__( 'Move To Trash', 'ninja-forms' ) . '
', 'label' => esc_html__( 'Trash Expired Submissions', 'ninja-forms' ), 'desc' => esc_html__( 'This setting maybe helpful if your WordPress installation is not moving expired submissions to the trash properly.', 'ninja-forms' ), ), // Add a button for removing all forms from maintenance 'remove_maintenance_mode' => array( 'id' => 'remove_maintenance_mode', 'type' => 'html', 'html' => '
' . esc_html__( 'Remove Maintenance Mode', 'ninja-forms' ) . '
', 'label' => esc_html__( 'Remove Maintenance Mode', 'ninja-forms' ), 'desc' => esc_html__( 'Click this button if any of your forms are still in \'Maintenance Mode\' after performing any required updates.' , 'ninja-forms' ), ), ));