Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/password.../includes/views/general
File: view-ppw-general.php
<form class="ppw_main_container" id="wp_protect_password_general_form">
[0] Fix | Delete
<input type="hidden" id="ppw_general_form_nonce"
[1] Fix | Delete
value="<?php echo esc_attr( wp_create_nonce( PPW_Constants::GENERAL_FORM_NONCE ) ); ?>"/>
[2] Fix | Delete
<table class="ppwp_settings_table" cellpadding="4">
[3] Fix | Delete
<tr id="pda-password-protection">
[4] Fix | Delete
<td colspan="2">
[5] Fix | Delete
<h3><?php echo esc_html__( 'PASSWORD PROTECTION', PPW_Constants::DOMAIN ); ?></h3>
[6] Fix | Delete
</td>
[7] Fix | Delete
</tr>
[8] Fix | Delete
<?php
[9] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-custom-column-permission.php';
[10] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-expired-cookie.php';
[11] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-whitelist-roles.php';
[12] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-auto-protect-child-page.php';
[13] Fix | Delete
// include PPW_DIR_PATH . 'includes/views/general/view-ppw-protect-private-pages.php';
[14] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-hide-protected-post.php';
[15] Fix | Delete
?>
[16] Fix | Delete
<tr>
[17] Fix | Delete
<td colspan="2">
[18] Fix | Delete
<hr>
[19] Fix | Delete
</td>
[20] Fix | Delete
</tr>
[21] Fix | Delete
<tr id="wpp-password-form">
[22] Fix | Delete
<td colspan="2">
[23] Fix | Delete
<h3><?php echo esc_html__( 'PASSWORD FORM CUSTOMIZATION', PPW_Constants::DOMAIN ); ?></h3>
[24] Fix | Delete
</td>
[25] Fix | Delete
</tr>
[26] Fix | Delete
<tr>
[27] Fix | Delete
<td class="feature-input"><span class="feature-input"></span></td>
[28] Fix | Delete
<td>
[29] Fix | Delete
<?php
[30] Fix | Delete
$link_error_message = sprintf(
[31] Fix | Delete
'<a target="_blank" rel="noopener" href="%s">error message & password form</a>',
[32] Fix | Delete
'https://passwordprotectwp.com/customize-password-form-wordpress-customizer/?utm_source=user-website&utm_medium=settings-general-tab&utm_campaign=ppwp-free'
[33] Fix | Delete
);
[34] Fix | Delete
$link_customizer = sprintf(
[35] Fix | Delete
'<a target="_blank" rel="noopener" href="%s">WordPress Customizer</a>',
[36] Fix | Delete
'customize.php?autofocus[panel]=ppwp'
[37] Fix | Delete
);
[38] Fix | Delete
$form_message = sprintf(
[39] Fix | Delete
// translators: %s: Link to documentation.
[40] Fix | Delete
esc_html__( 'Customize the default %1$s including headline, description and button under %2$s.', PPW_Constants::DOMAIN ),
[41] Fix | Delete
$link_error_message,
[42] Fix | Delete
$link_customizer
[43] Fix | Delete
);
[44] Fix | Delete
?>
[45] Fix | Delete
<?php echo wp_kses_post( $form_message ); ?>
[46] Fix | Delete
</td>
[47] Fix | Delete
</tr>
[48] Fix | Delete
<?php
[49] Fix | Delete
// include PPW_DIR_PATH . 'includes/views/general/view-ppw-form-message.php';
[50] Fix | Delete
// include PPW_DIR_PATH . 'includes/views/general/view-ppw-error-message.php';
[51] Fix | Delete
?>
[52] Fix | Delete
<tr>
[53] Fix | Delete
<td colspan="2">
[54] Fix | Delete
<hr>
[55] Fix | Delete
</td>
[56] Fix | Delete
</tr>
[57] Fix | Delete
<tr id="wpp-password-form">
[58] Fix | Delete
<td colspan="2">
[59] Fix | Delete
<h3><?php echo esc_html__( 'ADVANCED OPTIONS', PPW_Constants::DOMAIN ); ?></h3>
[60] Fix | Delete
</td>
[61] Fix | Delete
</tr>
[62] Fix | Delete
<?php
[63] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-remove-search-engine.php';
[64] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-remove-data.php';
[65] Fix | Delete
?>
[66] Fix | Delete
</table>
[67] Fix | Delete
<?php
[68] Fix | Delete
submit_button();
[69] Fix | Delete
?>
[70] Fix | Delete
<table class="ppwp_settings_table" cellpadding="4">
[71] Fix | Delete
<?php
[72] Fix | Delete
include PPW_DIR_PATH . 'includes/views/general/view-ppw-notices-cache.php';
[73] Fix | Delete
?>
[74] Fix | Delete
</table>
[75] Fix | Delete
</form>
[76] Fix | Delete
[77] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function