Remova os caracteres exatos da string usando PHP

$widget_id = substr($widget_text, 1, strlen($widget_text)-2);
Ankur