WP admin referrer check

Well, first of all I have to mention that the admin referrer check in Word Press sucks. WordPress is the open-source and free blogging software that I am using for this blog. Admin referrer check is a mechanism it uses for tracking admin usre. Better security must have been the case. My problem was that I could not turn reffer sending on. So? I could not even activate the SN4WP plugin.

What did I do? Opened “wp-includes/pluggable-functions.php”, found function check_admin_referer() and:

//die(__(‘Sorry, you need to enable sending referrers for this feature to work.’));

Will think about it tomorrow. I am not sure it is a good method.

Recent Posts