Calling non static function
-
Hello,
I was trying your plugin and, just wanting to save my settings (checking all image sizes), I got this error:
PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, non-static method FWS\ROD\Dashboard::OnActionSaveSettings() cannot be called statically in /my_wp_path/wp-includes/class-wp-hook.php:308
As a matter of fact, at line 43 of /fws-resize-on-demand/src/Dashboard.php a call is made using static, but at line 169, function is not static…
The page I need help with: [log in to see the link]
- The topic ‘Calling non static function’ is closed to new replies.