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.../includes/admin/views
File: admin-ga-analytics-settings.php
<?php
[0] Fix | Delete
return apply_filters( 'wws_ga_analytics_settings', array(
[1] Fix | Delete
'wws_ga_click_tracking_status' => array(
[2] Fix | Delete
'title' => __( 'Google Event Tracking', 'wc-wws' ),
[3] Fix | Delete
'desc' => __( 'Enable/ Disable', 'wc-wws' ),
[4] Fix | Delete
'desc_tip' => __( 'You can enable or disable google event click tracking.', 'wc-wws' ),
[5] Fix | Delete
'id' => 'wws_ga_click_tracking_status',
[6] Fix | Delete
'default' => 'no',
[7] Fix | Delete
'type' => 'checkbox',
[8] Fix | Delete
),
[9] Fix | Delete
'wws_ga_click_tracking_event_name' => array(
[10] Fix | Delete
'title' => __( 'GA Event', 'wc-wws' ),
[11] Fix | Delete
'desc' => __( 'Enter the name of custom the event to track on Google Analytics.', 'wc-wws' ),
[12] Fix | Delete
'id' => 'wws_ga_click_tracking_event_name',
[13] Fix | Delete
'type' => 'text',
[14] Fix | Delete
'class' => 'regular-text',
[15] Fix | Delete
),
[16] Fix | Delete
'wws_ga_click_tracking_event_category' => array(
[17] Fix | Delete
'title' => __( 'GA Event Category', 'wc-wws' ),
[18] Fix | Delete
'desc' => __( 'Enter the name of the event category.', 'wc-wws' ),
[19] Fix | Delete
'id' => 'wws_ga_click_tracking_event_category',
[20] Fix | Delete
'type' => 'text',
[21] Fix | Delete
'class' => 'regular-text',
[22] Fix | Delete
),
[23] Fix | Delete
'wws_ga_click_tracking_event_label' => array(
[24] Fix | Delete
'title' => __( 'GA Event Label', 'wc-wws' ),
[25] Fix | Delete
'desc' => __( 'Enter the label of the event.', 'wc-wws' ),
[26] Fix | Delete
'id' => 'wws_ga_click_tracking_event_label',
[27] Fix | Delete
'type' => 'text',
[28] Fix | Delete
'class' => 'regular-text',
[29] Fix | Delete
),
[30] Fix | Delete
) );
[31] Fix | Delete
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function