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/advanced.../admin/views/conditio...
File: condition-operator.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Template for the is/is_not operator used in many conditions.
[2] Fix | Delete
*
[3] Fix | Delete
* @var string $name form field name attribute.
[4] Fix | Delete
* @var string $operator operator value.
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
<select name="<?php echo esc_attr( $name ); ?>[operator]">
[8] Fix | Delete
<option value="is" <?php selected( 'is', $operator ); ?>><?php esc_html_e( 'is', 'advanced-ads' ); ?></option>
[9] Fix | Delete
<option
[10] Fix | Delete
value="is_not" <?php selected( 'is_not', $operator ); ?>><?php esc_html_e( 'is not', 'advanced-ads' ); ?></option>
[11] Fix | Delete
</select>
[12] Fix | Delete
[13] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function