Sanket Parmar
Sanket Parmar
Hi @roborourke I think the easiest way to achieve this is by checking logged-in user's role before https://github.com/humanmade/hm-redirects/blob/master/includes/post-type.php#L19, like: ```php $current_user = wp_get_current_user(); if ( empty( $current_user ) || !...
Yes, @roborourke, that is correct, if you want to introduce capability things, `Safe Redirect Manager` is a good example, the same way you can introduce restrictions. I can open up...
@jeffpaul @fabiankaegy > We need to make sure that the --wp--admin-bar--height variable is also nulled out / removed. This didn't work for us in our naive implementation I don't think...
@peterwilsoncc I added a few test cases for WebP image types in https://github.com/10up/distributor/pull/1269/commits/b83212b805f56e54d33651ccfaa5873035c78ffe, Can you let me know if that's the right direction to proceed with? If so, I can...
@peterwilsoncc > Also, I tested HEIC & AVIF image types, with different versions, and every time it passed to the receiver site whether the receiver site supports that type or...
> AVIF images aren't converted so I'm not sure what was happening in that instance. It might have been a reference to the image on the original site, depending on...
@peterwilsoncc I have added the equivalent change for the classic editor in https://github.com/10up/distributor/pull/1280/commits/7a881cb132dff82936fb14b34e2d98643d0a159a
@jeffpaul @peterwilsoncc I updated the code for this PR, and it is now ready for your reviews.
@peterwilsoncc I have removed the effect of the dock setting in the editor now.
@faisal-alvi Related to https://github.com/10up/distributor/pull/1237#pullrequestreview-2282218242 I have updated category links with its original site, and also removed unnecessary methods in the code. Would you mind reviewing it again? Thanks!