2 Comments
  1. I just made one for myself. It’s a node script that does the dependency installation and creates the configs that I need.

  2. When developing a plugin I typically use some bootstrapped version of an [Admin/Settings page](https://github.com/milliephanillie/protein-calculator/blob/main/src/Admin/TwwcAdminMenu.php), an [options wrapper class](https://github.com/milliephanillie/protein-calculator/blob/main/src/Options/TwwcOptions.php) that basically manages and prefixes my wp_options meta_keys, and I usually include some type of [shortcodes class](https://github.com/the-wellness-way/protein-calculator/blob/main/src/Shortcodes/TwwcShortcodes.php) and [routes class](https://github.com/prudytww/tww-forms/blob/main/src/Routes/TWW_Routes.php) that I can extend as well.

    For the whole setup I’ll use a [docker instance](https://github.com/milliephanillie/wordpress-starter) that has WP-PHPUnit installed for unit testing.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer