Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../template.../admin/payments
File: mode-toggle.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Payments Overview Mode Toggle template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.2
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $mode Current mode (live or test).
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
[9] Fix | Delete
[10] Fix | Delete
?>
[11] Fix | Delete
<span id="wpforms-payments-overview-mode-toggle" class="wpforms-toggle-control">
[12] Fix | Delete
<input type="checkbox" id="wpforms-payments-mode-toggle" name="wpforms-payments-mode-toggle" value="1" <?php checked( $mode, 'test' ); ?>>
[13] Fix | Delete
<label class="wpforms-toggle-control-icon" for="wpforms-payments-mode-toggle"></label>
[14] Fix | Delete
<label
[15] Fix | Delete
for="wpforms-payments-mode-toggle"
[16] Fix | Delete
aria-label="<?php esc_attr_e( 'Toggle between live and test data', 'wpforms-lite' ); ?>"
[17] Fix | Delete
>
[18] Fix | Delete
<?php esc_html_e( 'Test Data', 'wpforms-lite' ); ?>
[19] Fix | Delete
</label>
[20] Fix | Delete
</span>
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function