=== Save Single File === Contributors: giuse Donate link: Tags: export, single file Requires at least: 4.6 Tested up to: 5.6 Stable tag: 1.0.0 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html It adds a button to the admin top bar to save the current page as single HTML file. The admin top bar must be active if you want to use this plugin. In same cases the exported HTML file may be a little different than the original web page. For example if the original web page requests custom fonts locally stored on the server, and the server allows access to the font files only to the original web page domain, in the exported HTML page you will see a different font. == Description == It adds a button to the admin top bar to save the current page as single HTML file. The admin top bar must be active if you want to use this plugin. == Installation == 1. Upload the entire `save-single-file` folder to the `/wp-content/plugins/` directory or install it using the usual installation button in the Plugins administration page. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. After successful activation you will be automatically redirected to the plugin global settings page. 4. All done. Good job! == Changelog == = 1.0.0 = * First release