Home Web Development WordPress Default Plugins
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
topic

WordPress Default Plugins

Last Updated: February 13, 2020

Default Plugins

  • ACF Pro
  • Ajax Search Lite
  • Classic Editor
  • Yoast SEO
  •  iThemes Security
  • Velvet Blues Update URLs
  • Enable Media Replace
  • Regenerate Thumbnails

Step 1

Change directory to the plugins directory:

cd wp-content/pluginsCode language: Bash (bash)

Step 2

Download desired plugins (iThemes and ACF for sure) by right-clicking on the plugin’s WordPress Download button and copy link.

Step 3

Then download the plugin. Example below.

wget https://downloads.wordpress.org/plugin/better-wp-security.7.4.1.zipCode language: JavaScript (javascript)

Step 4

Then unzip plugin

unzip <plugin.zip>Code language: HTML, XML (xml)

Step 5

Delete zip

rm <plugin.zip>Code language: HTML, XML (xml)

Step 6

Repeat steps 10-14 until all plugins downloaded