You are here

function emimage_photobucket_data_version in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emimage/providers/photobucket.inc \emimage_photobucket_data_version()

Implement hook emvideo_PROVIDER_data_version().

File

contrib/emimage/providers/photobucket.inc, line 37
This include processes photobucket.com image files for use by emfield.module.

Code

function emimage_photobucket_data_version() {
  return EMIMAGE_PHOTOBUCKET_DATA_VERSION;
}