feca-mailshots-plugin/feca_mailshots_plugin/feca_mailshots_plugin.php

19 lines
366 B
PHP

<?php
/**
* Plugin Name: FECA Mailshots
* Plugin URI: https://fenedge.co.uk/
* Description: FECA mailshots plugin.
* Version: 1.1.11
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: FECA
* Author URI: https://fenedge.co.uk/
* Text Domain: feca-mailshots-plugin
*/
if (!defined('ABSPATH')) {
exit;
}
require_once __DIR__ . '/src/bootstrap.php';