{
  "generated": "2026-06-10T18:28:04.460Z",
  "product": {
    "id": "image-hopper",
    "label": "Image Hopper",
    "repo": "GravityPDF/image-hopper",
    "version": "1.0.1",
    "actions": [
      "post_edd_sl_plugin_updater_setup"
    ],
    "filters": [
      "gform_secure_file_download_is_https"
    ]
  },
  "hooks": [
    {
      "id": "post_edd_sl_plugin_updater_setup",
      "name": "post_edd_sl_plugin_updater_setup",
      "type": "action",
      "product": "image-hopper",
      "description": "Fires after the $edd_plugin_data is setup.",
      "parameters": [
        {
          "name": "edd_plugin_data",
          "type": "array",
          "description": "Array of EDD SL plugin data."
        }
      ],
      "categories": [
        "after"
      ],
      "example": "add_action( 'post_edd_sl_plugin_updater_setup', function($edd_plugin_data) {\n    // Your code here\n}, 10, 1 );",
      "since": "x.x.x: x.x.x",
      "source": {
        "file": "src/Licensing/EDD_SL_Plugin_Updater.php",
        "line": 65
      },
      "url": "/docs/image-hopper/actions/post_edd_sl_plugin_updater_setup/",
      "related": []
    },
    {
      "id": "gform_secure_file_download_is_https",
      "name": "gform_secure_file_download_is_https",
      "type": "filter",
      "product": "image-hopper",
      "description": "Allow for override of SSL replacement",
      "parameters": [
        {
          "name": "field_ssl",
          "type": "bool",
          "description": "True to allow override if needed or false if not."
        },
        {
          "name": "file_path",
          "type": "string",
          "description": "The file path of the download file."
        },
        {
          "name": "field",
          "type": "[\\GF_Field_FileUpload](https://docs.gravityforms.com/gf_field_fileupload/)",
          "description": "The field object for further context."
        }
      ],
      "categories": [
        "forms"
      ],
      "example": "add_filter( 'gform_secure_file_download_is_https', function($field_ssl, $file_path, $field) {\n    // Modify $field_ssl as needed\n    return $field_ssl;\n}, 10, 3 );",
      "since": null,
      "source": {
        "file": "src/Fields/ImageHopperField.php",
        "line": 218
      },
      "url": "/docs/image-hopper/filters/gform_secure_file_download_is_https/",
      "related": []
    }
  ],
  "stats": {
    "total": 2,
    "actions": 1,
    "filters": 1
  }
}