├── LICENSE.txt ├── README.md ├── cli.php ├── composer.json ├── library.php └── static-html-output-plugin.php /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorm/wp-static-html-output-plugin/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorm/wp-static-html-output-plugin/HEAD/README.md -------------------------------------------------------------------------------- /cli.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorm/wp-static-html-output-plugin/HEAD/cli.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorm/wp-static-html-output-plugin/HEAD/composer.json -------------------------------------------------------------------------------- /library.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorm/wp-static-html-output-plugin/HEAD/library.php -------------------------------------------------------------------------------- /static-html-output-plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorm/wp-static-html-output-plugin/HEAD/static-html-output-plugin.php --------------------------------------------------------------------------------