Cerca

[do_widget id=search-4]

 

 

 

 

 

if (is_numeric($cid)) {
return ‘‘;
} else if (is_numeric($vid)) {
return ‘‘;
} else {
return ‘Error: Nore the “cid” or the “vid” is given to the ustream tag!’;
}
}
}

add_shortcode(‘ustream’, array(‘ustream_for_wordpress’, ‘get_ustream_code’));
?>