WordPress Dashboard Displays 500 Error (ET-1698)
-
As you may know, the latest update did not address ET-1698. I needed to re-insert the code you posted in order to re-fix the problem after updating.
add_action( 'plugins_loaded', function () { tribe_singleton( TEC\Tickets\Admin\Glance_Items::class, TEC\Tickets\Admin\Glance_Items::class); }, 1 ); add_action( 'admin_init', function() { remove_filter( 'dashboard_glance_items', [ tribe( TEC\Tickets\Admin\Glance_Items::class ), 'custom_glance_items_attendees' ], 10 ); }, 20 );
Until the software developers find a solution, can they disable the Event Tickets feature on the dashboard in the next update?
Why is ET-1698 not listed on the Known Issues page?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress Dashboard Displays 500 Error (ET-1698)’ is closed to new replies.