• Resolved justravis

    (@justravis)


    @jeanabarquez,

    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?

    • This topic was modified 1 year, 6 months ago by justravis.
    • This topic was modified 1 year, 6 months ago by justravis.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Juan Aldasoro

    (@juanfra)

    Hi @justravis,

    Thank you for reaching out. We’ve just added the item to the known issues page, and we’re working on a fix for this for the upcoming release.

    I’m deeply sorry for the inconvenience, and thank you for understanding.

    Best,
    Juan

    Plugin Support Darian

    (@d0153)

    Hi @justravis

    I apologize for the late update.

    We already resolved the issue “Performance improvements for?Attendees?count to the?At a glance?widget” in our latest release.
    ?
    Please update our plugins to their latest versions to apply that fix to your site.

    Let me know if you have further questions or concerns.

    Plugin Support Chika Ibeneme

    (@chikaibeneme)

    Hey there, this thread has been inactive for a while, so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up, and we’d be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress Dashboard Displays 500 Error (ET-1698)’ is closed to new replies.