• You’re enqueuing GENERAL css code on ALL admin pages, this is sloppy development practices! You should ONLY be enqueuing CSS/JS on pages your plugin requires … your code basically registers the script and then immediately enqueues it … it should be registered, and ONLY enqueued when it’s needed

  • The topic ‘Don’t enqueue on ALL pages!’ is closed to new replies.