Created
April 14, 2026 04:05
-
-
Save vapvarun/b7ffead5a31ca2b8d980f86110595d49 to your computer and use it in GitHub Desktop.
Wordfence Weekly April 2026 (tweakswp.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wp plugin list --format=csv | grep -E "perfmatters|ninja-forms-uploads|mw-wp-form" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for p in perfmatters ninja-forms-uploads mw-wp-form; do | |
| if [ -f wp-content/plugins/$p/$p.php ]; then | |
| grep -E "^\s*\* Version" wp-content/plugins/$p/*.php | head -1 | |
| fi | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment