function sfsi_deactivate_plugin()
{
    global $wpdb;
    sfsi_updateFeedPing('Y', get_option('sfsi_feed_id'));
}
function sfsi_deactivate_plugin()
{
    global $wpdb;
    sfsi_updateFeedPing('Y', sanitize_text_field(get_option('sfsi_feed_id')));
}