Esempio n. 1
0
function colabs_get_embed($key = 'colabs_embed', $width, $height, $class = 'video', $id = null, $preserve_dimensions = false)
{
    // Run new function
    return colabs_embed('key=' . $key . '&width=' . $width . '&height=' . $height . '&class=' . $class . '&id=' . $id . '&preserve_dimensions=' . $preserve_dimensions);
}
function colabs_get_embed($key = 'colabs_embed', $width, $height, $class = 'video', $id = null)
{
    // Run new function
    return colabs_embed('key=' . $key . '&width=' . $width . '&height=' . $height . '&class=' . $class . '&id=' . $id);
}