feca-mailshots-plugin/feca_mailshots_plugin/feca_mailshots_plugin.php

19 lines
365 B
PHP

<?php
/**
* Plugin Name: FECA Mailshots
* Plugin URI: https://fenedge.co.uk/
* Description: FECA mailshots plugin.
* Version: 0.1.6
* 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';