Fix for Deprecated: Function create_function() error
-
I don’t see much support for this plugin, so wanted to share the fix for this error you see when debug is on:
Deprecated: Function create_function() is deprecated in .../wp-content/plugins/wp-trello/wp-trello.php on line 88
Delete (or comment line by starting with
//
)line 88 and replace with:add_action( 'widgets_init', 'wp_trello_register_widget'); function wp_trello_register_widget(){ return register_widget("wpt_widget" ); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fix for Deprecated: Function create_function() error’ is closed to new replies.