PluginProbe
Phone Button / trunk
Phone Button vtrunk
trunk 1.0.0 1.0.1 1.0.3 1.1.0 1.1.1 2.0.0 2.1.0 2.1.1 2.1.2
← All changes | include/install.php +1 -1 2.0.0trunk View file →
@@ -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) ) {