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/wp-conte.../plugins/sitepres.../classes/settings
File: class-wpml-setup-compatibility.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* @author OnTheGo Systems
[3] Fix | Delete
*/
[4] Fix | Delete
class WPML_Setup_Compatibility {
[5] Fix | Delete
protected function get_content() {
[6] Fix | Delete
?>
[7] Fix | Delete
<div class="wpml-section wpml-section-wpml-theme-and-plugins-reporting" id="lang-sec-compatibility">
[8] Fix | Delete
<div class="wpml-section-header">
[9] Fix | Delete
<h3>
[10] Fix | Delete
<?php esc_html_e( 'Compatibility reporting', 'sitepress' ); ?>
[11] Fix | Delete
</h3>
[12] Fix | Delete
</div>
[13] Fix | Delete
<div class="wpml-section-content">
[14] Fix | Delete
<p class="wpml-wizard-instruction">
[15] Fix | Delete
<?php esc_html_e( 'The WPML plugin can send a list of active plugins and theme used in your site to wpml.org. This allows our support team to help you much faster and to contact you in advance about potential compatibility problems and their solutions.',
[16] Fix | Delete
'sitepress' ); ?>
[17] Fix | Delete
</p>
[18] Fix | Delete
<?php
[19] Fix | Delete
do_action( 'otgs_installer_render_local_components_setting',
[20] Fix | Delete
array(
[21] Fix | Delete
'plugin_name' => 'WPML',
[22] Fix | Delete
'plugin_uri' => 'http://wpml.org',
[23] Fix | Delete
'plugin_site' => 'wpml.org',
[24] Fix | Delete
'use_styles' => true,
[25] Fix | Delete
'use_radio' => true,
[26] Fix | Delete
'privacy_policy_url' => 'https://wpml.org/documentation/privacy-policy-and-gdpr-compliance/?utm_source=wpmlplugin&utm_campaign=compatibility-reporting&utm_medium=wpml-setup&utm_term=privacy-policy-and-gdpr-compliance',
[27] Fix | Delete
) );
[28] Fix | Delete
?>
[29] Fix | Delete
[30] Fix | Delete
</div>
[31] Fix | Delete
[32] Fix | Delete
<footer class="clearfix text-right">
[33] Fix | Delete
<input id="icl_setup_back_3" class="button-secondary alignleft" name="save" value="<?php esc_attr_e( 'Back', 'sitepress' ) ?>" type="button" />
[34] Fix | Delete
<?php wp_nonce_field('setup_got_to_step3_nonce', '_icl_nonce_gts3'); ?>
[35] Fix | Delete
<input id="icl_setup_next_5" class="button-primary alignright" name="save"
[36] Fix | Delete
value="<?php esc_attr_e( 'Next', 'sitepress' ) ?>" type="button"
[37] Fix | Delete
/>
[38] Fix | Delete
<?php wp_nonce_field('setup_got_to_step5_nonce', '_icl_nonce_gts5'); ?>
[39] Fix | Delete
</footer>
[40] Fix | Delete
</div>
[41] Fix | Delete
<?php
[42] Fix | Delete
}
[43] Fix | Delete
}
[44] Fix | Delete
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function