开发者 | moolen |
---|---|
更新时间 | 2012年11月20日 18:07 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 3.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
manifest="<?php echo site_url(); ?>/wp-content/plugins/appcache/manifest.appcache.php?appcache_id=<?php echo the_ID()."&referrer=".urlencode($_SERVER['SCRIPT_URL']); ?>"
in your header.php INSIDE the html tag. It should look like this: <html manifest="...php stuff...">
Its easy in Google Chrome:
chrome://appcache-internals/
in your addressbar to look at all HTML5-Cached Sites.