function emimage_imageshack_image_title in Embedded Media Field 6.3
Same name and namespace in other branches
- 6 contrib/emimage/providers/imageshack.inc \emimage_imageshack_image_title()
implement emimage_PROVIDER_image_title
Parameters
$code: the code of the image @param $data any stored data for the image, which may already have the title @return the title as the 3rd party provider knows it, if accessible to us. otherwise, ''
File
- contrib/
emimage/ providers/ imageshack.inc, line 111 - This include processes imageshack.com image files for use by emfield.module.
Code
function emimage_imageshack_image_title($code, $data) {
return '';
// Not provided by on ImageShack.
}