John Blackbourn
John Blackbourn
A command to scaffold the PHP code for a WP-CLI command would be great. I currently start writing a command by copy-pasting an existing one, but this can get out...
A colleague of mine has been struggling with the format for scheduling a WP-Cron event and correctly passing parameters to its callback function. A WP-CLI command to scaffold an event...
From https://core.trac.wordpress.org/ticket/48349: Currently, the `$options` argument field is documented in the description: https://developer.wordpress.org/reference/classes/requests/request_multiple/ I believe it could be documented using phpDoc directly like ``` @param array $options { Description. @type...
It would be great if database connection credentials could be read from environment variables whose names are specified in the connection configuration. This would be especially useful for connections over...
Ref: https://core.trac.wordpress.org/ticket/44038 > I'd like to change it so we store file names relative to the `exports` directory rather than full path names This change may or may not impact...
I recently upgraded from Dash 4 to Dash 6. When activating Dash via this extension with `ctrl+h` the search field is populated but the search is not performed until I...
* [ ] NextGen Gallery * [ ] Envira Gallery * [ ] FooGallery * [ ] S3 Uploads * [ ] Jetpack * [ ] Smush Image Compression and...
As demonstrated by the large number of bugs reported for this plugin, the approach of mimicking an attachment ID does not hold up beyond standard use. A more fundamental fix...
* [ ] WPGraphQL * [ ] MultilingualPress * [ ] WooCommerce * [ ] User Submitted Posts * [ ] Yoast SEO (for OpenGraph etc)
`wp_get_attachment_url()` should work transparently in the same way that `wp_get_attachment_image_src()` does. This needs some filters adding to WordPress core in order for it to be able to work.