undefined constant WPS_PLUGIN follow up
-
Hello,
It’s a follow up to:
https://ww.wp.xz.cn/support/topic/undefined-constant-wps_plugin?replies=1
which I cannot answer directly to because for some reason “This topic has been closed to new replies.”Anyway, while going through the code (just to make a quick assessment of the plugin), I’ve noticed that in
https://plugins.trac.ww.wp.xz.cn/browser/wordpress-sentinel/trunk/wordpress_sentinel.php
it looks that there is a variable name mismatch:
line 20: define(‘WPS_PLUGINS’, 1);
line 322: …, WPS_PLUGIN,
so to solve your error message you could try to add “S” to “WPS_PLUGIN” at line 322 in the source code.My 2 cents.
The topic ‘undefined constant WPS_PLUGIN follow up’ is closed to new replies.