Skip to content

Commit e245bb1

Browse files
authored
gp-hide-perks-from-plugins-page.php: Added a description.
1 parent a867369 commit e245bb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gravity-forms/gp-hide-perks-from-plugins-page.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* https://gravitywiz.com/documentation/
55
*
66
* Experimental Snippet 🧪
7+
*
8+
* So you've installed dozens of perks, each one more useful than the last, but you find that you'd rather not see them all
9+
* listed individually on your Plugins page. No problem! This snippet will hide perks from your Plugins page.
10+
*
11+
* Note: Perks will still show up on your Updates page.
712
*/
813
add_filter( 'all_plugins', function( $plugins ) {
914

0 commit comments

Comments
 (0)