<?php namespace ImageSeoWP\Helpers; if (!defined('ABSPATH')) { exit; } abstract class AttachmentMeta { /** * @var string */ const REPORT = '_imageseo_report'; const LANGUAGE = '_imageseo_language_report'; }