| @@ -91,10 +91,10 @@ | ||
| 91 | 91 | // inserting all the data to datbase |
| 92 | 92 | // ---------------------------------------------- |
| 93 | 93 | |
| 94 | 94 | $plugin_data = $array_key_name . "***" . $array_item_value; |
| 95 | - $plugin_data = yydev_phone_btn_mysql_prep($plugin_data); | |
| 95 | + $plugin_data = sanitize_text_field($plugin_data); | |
| 96 | 96 | |
| 97 | 97 | // update optuon on the database into wp_options |
| 98 | 98 | update_option($wp_options_name, $plugin_data); |
| 99 | 99 | |
| 100 | 100 | } // if( !get_option($wp_options_name) ) { |