Capability / Filter Documentation?
-
Hi there! I’m just getting started exploring Table Press, but it seems like a front-runner in the table plugin category so far.
We run a multisite environment with a very curated experience for our content managers, and tend to make extensive use of filters and managing user capabilities to give them the tools they need without overwhelming them.
I saw this line: “TablePress has a large number of WordPress Plugin Hooks (Actions and Filters) in its source code” and am curious if these actions and filters are documented anywhere, or if the expectation is to search the source code for apply_filters and look what’s possible.
Some quick examples of the kinds of customizations we’re looking at doing with filters, in case you’re curious:
* Restrict custom CSS to users with the manage_network capability
* Remove the “Uninstall TablePress” information and dialog (which shouldn’t be possible anyway, given we defined DISALLOW_FILE_MODS in wp-config.php)
* Remove the About page (or replace it with our own custom, simpler text and links)
* Remove “Upgrade to Premium” calls to action, as our content providers can’t do that on their own. (We might still upgrade to premium as a network, of course)
Cheers and thanks!
- The topic ‘Capability / Filter Documentation?’ is closed to new replies.