WordPress plugin that allows for creation of interactive site launch checklist items.
Download the plugin into a WordPress installation at /wp-content/plugins/
, and do one of the following...
wp plugin activate launch-checklist
More info: https://wordpress.org/support/article/managing-plugins/#installing-plugins
This plugin gives you the ability to check off items related to launching a site and provides feedback as to progress.
/config/checklist_settings.php
array.tasks
array the name
makes sense and is not duplicated as these are used in field output and corresponding data storage. /wp-admin/admin.php?page=wp_launch_checklist
, broken down into groups by tabs.wp_options
under wp_launch_checklist_values
./wp-admin/admin.php?page=wp_launch_checklist_settings
.wp_options
under wp_launch_checklist_settings
.Launch Checklist
page to check off items as you complete them before site launch.Settings
page above to control plugin settings.composer dump-autoload -o
when adding and/or removing classes. See composer.json
./admin/partials/form-fields
.
checkbox-checklist-items.php
partial.checkbox.php
partial for checkboxes due to a different layout.This plugin is maintained on Github but uses the Wordpress Plugin Deploy Action to push tags to the WordPress SVN plugin repository.
To do a release make sure you update the files readme.txt
and wp-launch-checklist.php
to have the next correct stable tag