wordpress-progressive-web-apps
wordpress-progressive-web-apps copied to clipboard
WordPress Mobile Plugin including a Progressive Web App implemented with React
This is a temporary solution for enabling comments [until a custom endpoint is implemented](https://github.com/appticles/wordpress-progressive-web-apps/issues/14). From the `progressive-web-apps.php` file, search for the following code: ``` // Uncomment the line below to...
**Describe the bug** Deactivating the plugin should clear temporary data, in this case the transient containing information for the App Themes tab. **To Reproduce** Steps to reproduce the behavior: 1....
**Is your feature request related to a problem? Please describe.** The plugin doesn't currently have multisite support. **Additional context** Please see support thread from the WordPress repository: https://wordpress.org/support/topic/multisite-not-compatible-2/
- Modify API to allow sending comments for non-logged in users - Secure endpoint using a comments token or by checking the request origin - Modify comments form from the...