in options.php [63:69]
function fbmcc_sanitize_page_id($input) { if ( preg_match('/^\d+$/', $input) ) { return $input; } else { return ''; } }