Soft reject - hardcoded JS/CSS - admin area too?

Hi there,

For the admin area, you can use “admin_enqueue_scripts” action hook to enqueue CSS and JS files.

More info here: https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts

:slight_smile: