Wordpress wp-load.php

前端 未结 6 1158
花落未央
花落未央 2020-12-10 03:00

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

6条回答
  •  無奈伤痛
    2020-12-10 03:06

    Probably a double check.

    require_once() means that if it has already been loaded, then it will not load again.

提交回复
热议问题