Plugin generates a PHP warning when a user is added
-
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wppb_update_user_status_on_admin_registration’ not found or invalid function name in [snip]/wp-includes/plugin.php on line 406
I think this is a bug: there is an action, wppb_update_user_status_on_admin_registration, which is added on user_register in functions/email.confirmation.php. But no function by that name exists.
Happy to check into things more if any further information needed.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Plugin generates a PHP warning when a user is added’ is closed to new replies.