Skip to content

Instantly share code, notes, and snippets.

@vapvarun
Created April 14, 2026 04:05
Show Gist options
  • Select an option

  • Save vapvarun/b7ffead5a31ca2b8d980f86110595d49 to your computer and use it in GitHub Desktop.

Select an option

Save vapvarun/b7ffead5a31ca2b8d980f86110595d49 to your computer and use it in GitHub Desktop.
Wordfence Weekly April 2026 (tweakswp.com)
wp plugin list --format=csv | grep -E "perfmatters|ninja-forms-uploads|mw-wp-form"
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