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/wordpres.../src/conditio.../third-pa...
File: wpml-wpseo-conditional.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Yoast\WP\SEO\Conditionals\Third_Party;
[2] Fix | Delete
[3] Fix | Delete
use Yoast\WP\SEO\Conditionals\Conditional;
[4] Fix | Delete
[5] Fix | Delete
/**
[6] Fix | Delete
* Conditional that is met when the Yoast SEO Multilingual plugin,
[7] Fix | Delete
* a glue plugin developed by and for WPML, is active.
[8] Fix | Delete
*/
[9] Fix | Delete
class WPML_WPSEO_Conditional implements Conditional {
[10] Fix | Delete
[11] Fix | Delete
/**
[12] Fix | Delete
* Path to the Yoast SEO Multilingual plugin file.
[13] Fix | Delete
*
[14] Fix | Delete
* @internal
[15] Fix | Delete
*/
[16] Fix | Delete
public const PATH_TO_WPML_WPSEO_PLUGIN_FILE = 'wp-seo-multilingual/plugin.php';
[17] Fix | Delete
[18] Fix | Delete
/**
[19] Fix | Delete
* Returns whether or not the Yoast SEO Multilingual plugin is active.
[20] Fix | Delete
*
[21] Fix | Delete
* @return bool Whether or not the Yoast SEO Multilingual plugin is active.
[22] Fix | Delete
*/
[23] Fix | Delete
public function is_met() {
[24] Fix | Delete
return \is_plugin_active( self::PATH_TO_WPML_WPSEO_PLUGIN_FILE );
[25] Fix | Delete
}
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function