This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-AntiSpambot

Descripció

This plugin will add a shortcode that can be used to stop spambots from harvesting emails entered into your WordPress editor while creating pages or posts.

To use, just wrap your email address in the [email] shortcode:

[email]you@yourdomain.com[/email]

The result will be a hyperlinked email address that can be clicked on to send email.

The plugin uses WordPress’s built-in antispambot() function which converts email address characters to HTML entities which are not read by spambots, but can be viewed properly in the browser. For more info on the WordPress function read up in the Codex – https://codex.wordpress.org/Function_Reference/antispambot

Instal·lació

  1. Download through the WordPress plugin installer
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

  3. Upload /wp-spambot/ and it’s contents to the /wp-content/plugins/ directory

  4. Activate the plugin through the ‘Plugins’ menu in WordPress
  5. Wrap your email address in the [email] shortcode

PMF

How do I make it work?

To use, just wrap your email address in the [email] shortcode:

[email]you@yourdomain.com[/email]

Ressenyes

No hi ha ressenyes per a este complement.

Col·laboradors i desenvolupadors

«WP-AntiSpambot» és programari de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

Traduïx «WP-AntiSpambot» a la teua llengua.

T’interessa el desenvolupament?

Revisa el codi , dona una ullada al repositori SVN o subscriu-te al registre de desenvolupament per RSS.

Registre de canvis

1.0

  • Added a shortcode that can be used when editing pages or posts.