admin管理员组

文章数量:1200986

I am writing a plugin that needs to disable another plugin on specific pages of the site. I know how to do this using the option_active_plugins filter, but that filter only works from an MU plugin.

So is it possible to programatically install a MU plugin from my main plugin so that I can run this filter? Or is there another way to tackle this?

本文标签: Install a MU plugin from within another plugin