Error Log Message: class does not have method
-
My error log is reporting the following warning: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘Theme_My_Login_MS_Signup’ does not have a method ‘tml_display_register’ in /home/sitename/public_html/wp-includes/plugin.php on line 546
line 545-546 are:
545 if ( !is_null($the_['function']) ) 546 call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));
I’m not sure what the issue is. Any thoughts?
- The topic ‘Error Log Message: class does not have method’ is closed to new replies.