• I’m trying to control the load of unnecessary resources in the home using my own code and with this plugin I’m not able. I have tried to do the deregistration as with other plugins in which it has worked for me using the following names:

    wp_deregister_script( ‘crayon_js’ );
    wp_deregister_script( ‘crayon_util_js’ );
    wp_deregister_style( ‘crayon’ );
    wp_deregister_style( ‘crayon_style’ );
    wp_deregister_style( ‘crayon_global_style’ );

    But it ignores it completely and keeps loading the resources in the home page. Can you tell me how to deregistration the resources of this plugin correctly?

    • This topic was modified 5 years, 10 months ago by vzk91.

    The page I need help with: [log in to see the link]

  • The topic ‘I can’t deregister the resources on the home page.’ is closed to new replies.