<?php /** * @package Taxonomy Images * @subpackage Legacy * * This class handles migration and backwards compatibility * for old versions of the Taxonomy Images plugin, prior * to storing images as taxonomy meta. */ namespace Plugins\Taxonomy_Images; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly class Legacy { /** * Constructor */ public function __construct() { } }