How To Hide WordPress Plugins From Some Users
October 9th, 2012You can use the undocumented all_plugins filter to control what plugins will show up on the “Plugins” page. WordPress applies this filter to the list of all installed plugins just before sorting it into “active”, “inactive”, “update available” and other categories and displaying it to the user. The list of plugins is an array indexed […]
Continue Reading...