arrow_back
Back

WordPress code quality checklist: plugins, themes, and reviews

Andrew Dorokhov Andrew Dorokhov schedule 1 min read
Description
1. Make sure you connect scripts and styles on the pages that need it (admin or public).
2. Make sure you remove all the options when the uninstall event triggered.
3. JS. Don’t expect necessary elements to be on the page.
code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward
Next Article

WordPress scripts and styles: wp_enqueue_script, wp_enqueue_style, dependencies

arrow_forward