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/wordpres.../includes/admin/views
File: admin-developer-settings.php
<?php
[0] Fix | Delete
return apply_filters( 'wws_developer_settings', array(
[1] Fix | Delete
'wws_debug_status' => array(
[2] Fix | Delete
'title' => __( 'Debug', 'wc-wws' ),
[3] Fix | Delete
'desc' => __( 'Enable/ Disable', 'wc-wws' ),
[4] Fix | Delete
'desc_tip' => __( 'By enabling debug option you allow us to view plugin settings, server environment, installed plugins.', 'wc-wws' ),
[5] Fix | Delete
'id' => 'wws_debug_status',
[6] Fix | Delete
'default' => 'no',
[7] Fix | Delete
'type' => 'checkbox',
[8] Fix | Delete
),
[9] Fix | Delete
'wws_enqueue_jquery' => array(
[10] Fix | Delete
'title' => __( 'Enqueue jQuery', 'wc-wws' ),
[11] Fix | Delete
'desc' => __( 'Enable/ Disable', 'wc-wws' ),
[12] Fix | Delete
'desc_tip' => __( 'Enqueue jQuery frontend', 'wc-wws' ),
[13] Fix | Delete
'id' => 'wws_enqueue_jquery',
[14] Fix | Delete
'default' => 'no',
[15] Fix | Delete
'type' => 'checkbox',
[16] Fix | Delete
),
[17] Fix | Delete
'wws_reset_settings' => array(
[18] Fix | Delete
'title' => __( 'Reset Settings', 'wc-wws' ),
[19] Fix | Delete
'desc_tip' => __( 'Reset all settings to default.', 'wc-wws' ),
[20] Fix | Delete
'value' => __( 'Reset', 'wc-wws' ),
[21] Fix | Delete
'link' => wp_nonce_url( '?wws_action=wws_reset_settings' ),
[22] Fix | Delete
'type' => 'link',
[23] Fix | Delete
'class' => 'button button-secondary',
[24] Fix | Delete
'custom_attributes' => array(
[25] Fix | Delete
'onClick' => 'return confirm( "' . __( 'Are you sure?', 'wc-wws' ) . '" )',
[26] Fix | Delete
),
[27] Fix | Delete
),
[28] Fix | Delete
'wws_delete_all' => array(
[29] Fix | Delete
'title' => __( 'Delete Plugin Setting', 'wc-wws' ),
[30] Fix | Delete
'desc' => __( 'Enable/ Disable', 'wc-wws' ),
[31] Fix | Delete
'desc_tip' => __( 'If you want to delete plugin settings stored in database then enable this option and then click on the save changes button. Now delete the plugin from your plugins page.', 'wc-wws' ),
[32] Fix | Delete
'id' => 'wws_delete_all',
[33] Fix | Delete
'default' => 'no',
[34] Fix | Delete
'type' => 'checkbox',
[35] Fix | Delete
),
[36] Fix | Delete
) );
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function