Forums
(@lordgiotto)
10 years, 8 months ago
You can hide this kind of error by adding in your functions.php the following line:
add_filter('deprecated_constructor_trigger_error', '__return_false');
I hope it helps 🙂