=== Create cached wp header footer ===
Author: Johan Wiegel @ PHP-GLOBE
Link: https://www.php-globe.nl
Tags: header, footer, custom php
Contributors: jwphpglobe
License: GPL2
Requires at least: 5.0
Tested up to: 5.5.1
Requires PHP: 5.6
Stable tag: 1.0

Create cached wp header footer
== Description ==

A simple plugin to create cached wp header footer for use in custom PHP outside Wordpress
Usefull when you want to build custom PHP but also want the same header and footer as your Wordpress site.
After installation there is a ccwhf direcotry in the root of your account containing header.html and footer.html which can
be used outside wordpress. This files are recreated every hour.

== Installation ==

The installation is extremely simple and straightforward. It only takes a second.

= Installing =

1. Upload the whole create-cached-wp-header-footer directory into your WordPress plugins directory.
2. Activate the plugin on your WordPress plugins page

= Uninstalling =

1. Deactivate the plugin on the plugins page of your blog dashboard
2. Delete the uploaded files for the plugin

== Changelog ==
= 1.0 =
* Added assets

= 0.2 =
* Added refresh action link

= 0.1 =
* Initial version