• Resolved shadowq

    (@shadowq)


    Have started using FlyingPress for caching which is working great. They have a ton of options to remove bloat from WP, including removing dashicons enqueuing on the frontend. Ordinarily this would be great, but for some reason this plugin attaches their CSS to the dashicons dependency.

    Maybe I’m missing something, but that seems weird and confusing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @shadowq ,

    Thank you for reaching out.

    The Events Calendar/Event Tickets plugin does use dashicons. The following code snippet might help dequeue it.

    add_action( 'wp_enqueue_scripts', function () { 
    tribe( 'assets' )->remove( 'dashicons' );
    }, 20 );
    Plugin Support Darian

    (@d0153)

    Hi there,

    It looks like we haven’t heard back from you in a while, so I’ll go ahead and close this thread for now.

    If you still need assistance, feel free to reopen this thread or start a new one

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.