You are here

function imageeditor_picmonkey_initialize_callback in Image Editor 7

1 string reference to 'imageeditor_picmonkey_initialize_callback'
picmonkey.inc in plugins/editor/picmonkey/picmonkey.inc
Picmonkey editor for Image Editor module.

File

plugins/editor/picmonkey/picmonkey.inc, line 60
Picmonkey editor for Image Editor module.

Code

function imageeditor_picmonkey_initialize_callback(&$editor) {
  global $is_https;
  $editor['options']['launch_url'] = ($is_https ? 'https' : 'http') . '://www.picmonkey.com/service/';
}