Jonny Harris
Jonny Harris
https://github.com/WordPress/wordpress-develop/pull/1628
The plugin assets are missing RTL versions. We should fix that and at the same time, maybe update the banner and icon to look a little nicer.
Setup a css / js pipeline to lint and minify. I recommend using [@wordpress/scripts ](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/), as it WordPress standard and well maintained.
Currently when switching blog (site), the network is not changed. This can have issues when it comes to context aware function, that need the current network id to be correct....
Currently when using switch_to_blog, it doesn't also switch the network (site) id as well. Details of this issue can be found in a core ticket [#25293](https://core.trac.wordpress.org/ticket/25293). The issue is related...
See https://make.wordpress.org/core/2020/08/11/introduce-wp_cache_get_multiple/
Currently the url pattern of /attachment/ is supported. However attached uploaded to posts generate urls like this //// . This pattern doesn't have route and 404s
Currently it is possible for the nonces to timeout, it the same nonce is users for a long user session. The nonce should refresh itself by the header provided by...
Currently user access tokens are stored as an option. This has a number of down sides, includes - Extremely hard to query, with for all or by user - Options...