Jonny Harris
Jonny Harris
Moving access tokens to a post type makes a lot of sense. It means they are deleted when the user is deleted. There are some backwards compatablity issues, but I...
To follow coding standards, change filter names and deprecate current filters.
**Is your enhancement related to a problem? Please describe.** **Describe the solution you'd like** With the new block based widget screen included in WordPress 5.8, it would be amazing auto...
## Bug Description Opache is caching in PHP, it takes your PHP code and compile it, so your site runs faster. For some large hosting companies they enable a flag...
## Context ## Summary Add video object to structured using for metadata. ## Relevant Technical Choices Feature is behind a feature flag. ## To-do ## User-facing changes ## Testing Instructions...
## Bug Description When uninstalling the web stories plugin, the font post created by this plugin are not removed. ## Expected Behaviour ## Steps to Reproduce ## Screenshots ## Additional...
## Context ## Summary Trigger an autosave when user has their story taken over. ## Relevant Technical Choices Only trigger if they are changes in the story. Otherwise, it will...
## Feature Description Create a new interface, called PluginUninstallAware. Similar to PluginActivationAware. In Uninstall.php, just loop around all the registered services that are `PluginUninstallAware . This makes testing unistall methods...
## Feature Description In [dashboard](https://github.com/GoogleForCreators/web-stories-wp/blob/main/includes/Admin/Dashboard.php), there is a [method](https://github.com/GoogleForCreators/web-stories-wp/blob/f7106d160ff00dca4ec1e2441ddf5c0c85c82319/includes/Admin/Dashboard.php#L305-L388) to preload data. However for the editor, data is [hardcoded](https://github.com/GoogleForCreators/web-stories-wp/blob/f7106d160ff00dca4ec1e2441ddf5c0c85c82319/includes/templates/admin/edit-story.php#L34-L159) in [edit-story.php](https://github.com/GoogleForCreators/web-stories-wp/blob/f7106d160ff00dca4ec1e2441ddf5c0c85c82319/includes/templates/admin/edit-story.php#L1). For consistency these should be moved to the editor...