Easy Setup Specific WP Version, Themes and Plugins (script)

rngaza

New member
XNullUser
Joined
Dec 19, 2024
Messages
2
Reaction score
0
Points
1
Location
EU
NullCash
10
Small script to quickly setup a test site with a desired WordPress version, themes and plugins.

Just modify the yaml config with the desired versions of WP, plugins with versions and themes with versions and have it running locally in less than a minute. Useful for testing stuff without connecting to the real site.

NOTE: so far only free plugins/themes sorry.

Example config:
YAML:
wordpress_version: "6.5.5"
...


plugins:
  wordfence: "7.4.1"
  woocommerce: "5.9.0"
...


themes:
  twentytwenty: "1.7"
 

Attachments

  • wpsetup.zip
    2.6 KB · Views: 0
Top