Stars: 462
Forks: 65
Pull Requests: 73
Issues: 37
Watchers: 28
Last Updated: 2022-10-16 17:38:13
Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site
License: MIT License
Languages: CSS, PHP
Control loading of external files when developing locally. WP loads certain external files (fonts, Gravatar, etc.) and makes external HTTP calls. This isn't usually an issue, unless you're working in an evironment without a web connection. This plugin removes/unhooks those actions to reduce load time and avoid errors due to missing files.
See CHANGES.md.
If you need offline activation, see this script written by Brian DiChiara