Missing Method Error
-
Hi
Looks like a minor bug in WP Team 2.1.1 free version and the preceding release which is showing in my admin interface. No problems in the frontend.
Team.php tries to add an action called custom_image_size in line 158. It’s looking for the method in src/Admin/Admin.php but the method does not exist so I get an error every time the post_updated hook fires as follows:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘ShapedPlugin\WPTeam\Admin\Admin’ does not have a method ‘custom_image_size’ in…
I’ll work around it by commenting out line 158 but thought I’d let you know.
jack
- The topic ‘Missing Method Error’ is closed to new replies.