lao-antispam/lao-antispam.php
2024-03-06 18:06:47 +01:00

22 lines
587 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Plugin Name: LAgence Oueb antispam
* Plugin URI: https://lagenceoueb.tech
* Description: Shortcode to protect mail from spambots. To use this in your WordPress Content area all you have to do it wrap it in a short code.[email]john.doe@mysite.com[/email]
* Author: LAgence Oueb
* Author URI: https://lagenceoueb.com
* Text Domain: lao-anti-spam
* Domain Path: /languages
* Version: 0.9.0
*
* @package Lao_Antispam
*/
if (!defined('ABSPATH')) exit;
require_once ('src/class-Hide-Email-Shortcode.php');