It’s BACON!
March 3rd 2008 11:19 am
Who needs bacon cups? I do. I’m going to try this on the weekend. Should be interesting.
not martha
function check_referrer() { if (!isset($_SERVER['HTTP_REFERER']) || $_SERVER['HTTP_REFERER'] == “”) { wp_die( __('Please enable referrers in your browser, or, if you\'re a spammer, bugger off!') ); } } add_action('check_comment_flood', 'check_referrer');
March 3rd 2008 11:19 am
Who needs bacon cups? I do. I’m going to try this on the weekend. Should be interesting.
not martha