Files
2026-04-28 15:13:50 +02:00

17 lines
239 B
PHP

<?php
/**
* Plugin controller.
*
* @package PopupMaker
* @copyright Copyright (c) 2024, Code Atlantic LLC
*/
namespace PopupMaker\Interfaces;
defined( 'ABSPATH' ) || exit;
/**
* Localized service class.
*/
interface Service {}