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-widget-text-settings.php
<?php
[0] Fix | Delete
return apply_filters( 'wws_widget_text_settings', array(
[1] Fix | Delete
array(
[2] Fix | Delete
'title' => __( 'Trigger Button Text', 'wc-wws' ),
[3] Fix | Delete
'desc_tip' => __( 'If you leave it blank than, trigger button shown as only icon.', 'wc-wws' ),
[4] Fix | Delete
'id' => 'wws_trigger_button_text',
[5] Fix | Delete
'type' => 'text',
[6] Fix | Delete
'class' => 'regular-text',
[7] Fix | Delete
),
[8] Fix | Delete
array(
[9] Fix | Delete
'title' => __( 'About Support.', 'wc-wws' ),
[10] Fix | Delete
'desc_tip' => __( 'About Support.', 'wc-wws' ),
[11] Fix | Delete
'id' => 'wws_about_support_text',
[12] Fix | Delete
'type' => 'textarea',
[13] Fix | Delete
'class' => 'regular-text',
[14] Fix | Delete
'css' => 'height:120px',
[15] Fix | Delete
),
[16] Fix | Delete
array(
[17] Fix | Delete
'title' => __( 'Welcome Messages', 'wc-wws' ),
[18] Fix | Delete
'desc_tip' => __( 'Welcome message from Support. Sometime this can be use as pre message.', 'wc-wws' ),
[19] Fix | Delete
'id' => 'wws_welcome_message',
[20] Fix | Delete
'type' => 'text',
[21] Fix | Delete
'class' => 'regular-text',
[22] Fix | Delete
),
[23] Fix | Delete
array(
[24] Fix | Delete
'title' => __( 'Input Placeholder Text', 'wc-wws' ),
[25] Fix | Delete
'desc_tip' => __( 'Input placeholder.', 'wc-wws' ),
[26] Fix | Delete
'id' => 'wws_input_placeholder_text',
[27] Fix | Delete
'type' => 'text',
[28] Fix | Delete
'class' => 'regular-text',
[29] Fix | Delete
),
[30] Fix | Delete
array(
[31] Fix | Delete
'title' => __( 'Number Placeholder Text', 'wc-wws' ),
[32] Fix | Delete
'desc_tip' => __( 'Enter the placeholder text for asking WhatsApp number from visitors.', 'wc-wws' ),
[33] Fix | Delete
'id' => 'wws_number_placeholder_text',
[34] Fix | Delete
'type' => 'text',
[35] Fix | Delete
'class' => 'regular-text',
[36] Fix | Delete
),
[37] Fix | Delete
array(
[38] Fix | Delete
'title' => __( 'Number Masking', 'wc-wws' ),
[39] Fix | Delete
'desc' => array(
[40] Fix | Delete
wp_kses_post(
[41] Fix | Delete
'<a href="#" data-wws-mask="(999) 999-9999">U.S.A. Format</a> ·
[42] Fix | Delete
<a href="#" data-wws-mask="99999-99999">India Format</a> ·
[43] Fix | Delete
<a href="#" data-wws-mask="">No Number Mask</a>'
[44] Fix | Delete
),
[45] Fix | Delete
__( '9 - Represents a numeric character (0-9)', 'wc-wws' ),
[46] Fix | Delete
'------------------------------------------------------------',
[47] Fix | Delete
sprintf( __( 'Facing issue with number masking? feel free to <a href="%s" target="_blank">contact us</a>', 'wc-wws' ), 'https://codecanyon.net/item/wordpress-whatsapp-support/20963962/support' ),
[48] Fix | Delete
),
[49] Fix | Delete
'desc_tip' => __( 'You can enter the phone number masking as per your need.', 'wc-wws' ),
[50] Fix | Delete
'id' => 'wws_number_masking',
[51] Fix | Delete
'type' => 'text',
[52] Fix | Delete
'class' => 'regular-text',
[53] Fix | Delete
),
[54] Fix | Delete
array(
[55] Fix | Delete
'title' => __( 'Predefined Text', 'wc-wws' ),
[56] Fix | Delete
'desc' => wp_kses_post( sprintf( __( '%s to display current page title in chat.<br>%s to display current page URL in chat.<br>%s to break the line into a new line.', 'wc-wws' ), '<code>{title}</code>', '<code>{url}</code>', '<code>{br}</code>' ) ),
[57] Fix | Delete
'desc_tip' => __( 'This will automatically append the following options along with user text.', 'wc-wws' ),
[58] Fix | Delete
'id' => 'wws_predefined_text',
[59] Fix | Delete
'type' => 'textarea',
[60] Fix | Delete
'class' => 'regular-text',
[61] Fix | Delete
'css' => 'height:120px',
[62] Fix | Delete
),
[63] Fix | Delete
) );
[64] Fix | Delete
[65] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function