Douglas Johnson
Douglas Johnson
I am using this plugin on a WordPress VIP Go site. We received our PHP 7.4 compatibility report in anticipation of a server upgrade in February. There were several issues...
Continued from #932 cc @alecgeatches # Goal Improve support for the block editor and full site editing by providing blocks to handle two use cases: 1. Display one or more...
While reviewing https://github.com/Automattic/Co-Authors-Plus/pull/997 @laurelfulford pointed out that the Co-Author Avatar block's image dimension controls don't match the controls for the core Author Avatar block in WordPress 6.4 and above. https://github.com/Automattic/Co-Authors-Plus/pull/997#discussion_r1412700433...
## Related Issues - #940 - #932 ## Description - Added 2 REST API endpoints - GET `/coauthors-blocks/v1/coauthors/:post-id` to retrieve the co-authors of a post based on it's id. -...
**Prerequisites (mark completed items with an [x]):** - [x] I have have carried out troubleshooting steps and I believe I have found a bug. - [x] I have searched for...
## Expected/Desired Behavior For `wpcom_vip_attachment_url_to_postid` to have the same return type as the core function `attachment_url_to_postid` it wraps. AND / OR to have comments indicating the difference. For successive calls...
## Description This is intended to prevent recaculating the supported post types for the author taxonomy. The problems with the recalculation are laid out thoroughly in #1049 This was also...