• I have a plugin with few custom admin page created using add_menu_page() and add_submenu_page(). I found that my admin page also loaded other JS & CSS which enqueue from other plugins, some of them conflict with my code and caused my admin page out of alignment and some javascript error.

    How do I prevent this happen? Is it a way to prevent/stop enqueue other JS & CSS in my admin page?

The topic ‘How to prevent script enqueue from other plugins’ is closed to new replies.