Disable Plugin or JS on Specific Admin URLs

I found a way to resolve it:

  1. I installed and activated Plugin Organizer WP Plugin
  2. Used Settings:
    • Fuzzy URL matching = ON
    • Ignore URL Protocol = ON
    • Ignore URL argument = ON
    • Auto trailing slash = ON
    • Selective Plugin Loading = ON (very important)
    • Selective Admin Plugin Loading = ON (very important)
  3. Created a new plugin filter with the permalink http://example.org/wp-admin/admin.php?page=formidable-entries
  4. Checked “Also Affect Children” in the plugin filter page
  5. Disabled Payment Forms for Paystack in the list of plugins in the filter page
  6. Saved and that solved it for me

This took me weeks of almost losing my mind!!! Hopefully the above helps others