You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: