Mistake in 6.13
-
Line 64 of stop-spammer-registrations-new.php:
add_filter( 'pre_user_login', kpg_ss_user_reg_filter, 1, 1 );
is missing the quote marks around
kpg_ss_user_reg_filter
, giving the warning:
Use of undefined constant kpg_ss_user_reg_filter - assumed 'kpg_ss_user_reg_filter' in wp-content/plugins/stop-spammer-registrations-plugin/stop-spammer-registrations-new.php on line 64
Not an actual problem, but easy to fix.
https://www.ads-software.com/plugins/stop-spammer-registrations-plugin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mistake in 6.13’ is closed to new replies.