Cerca

 

 

 

 

 

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’));
?>