I\'m trying to reverse-engineer a plugin : http://wordpress.org/extend/plugins/wordpress-social-login/
In a part of it, there\'s this line: (I\'m having a hard t
Probably a double check.
require_once() means that if it has already been loaded, then it will not load again.