Ajouter readme.md

This commit is contained in:
Jean michel SILONE 2024-03-06 17:18:48 +00:00
commit 4049df6da6

18
readme.md Normal file
View file

@ -0,0 +1,18 @@
# What is LAO Antispam ?
The very beginning of a very small idea : protect email displayed on website content.
Just an application from WordPress useful function.
See : [https://developer.wordpress.org/reference/functions/antispambot/]
## How to ?
To use this in your WordPress Content area all you have to do it wrap it in a shortcode.
```text.
[email]john.doe@mysite.com[/email]
````
To be continued...