Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5540

Michael Simpson on "[Plugin: Contact Form DB] Preventing duplicate e-mail addresses in database"

$
0
0

I haven't tried this, but you might try this:
- create a file cfdb-filters.php at the top of your WordPress installation
- On the first line put:
<?php
- after that put in your code
- In wp-config.php at the very end of the file add the line:
require_once(ABSPATH . 'cfdb-filters.php');

Let me know if it works.


Viewing all articles
Browse latest Browse all 5540

Trending Articles