Paul Kevan
Paul Kevan
can you link to where this wants to go, as it's not clear from the issue?
just scanning the code, I imagine there is edge cases to consider (such as the `camptix_max_tickets_per_order_after_coupon_bypass` filter), but does seems like a good idea - presumably it's only ever been...
we probably want to wrap this in `wp_kses` to avoid anything potentially malicious being added to this. It might be why there wasn't any translations added as it isn't straightforward.
@renintw did you get anywhere with this? It's come up a few times that block themes don't clone easily - it was suggested that the create block theme community plugin...
when attempting to clone a block theme (tt4) noting some things i'm noticing missing: - remote CSS location - template parts and templates - patterns - content from source site...
We can make use of the pledge template here, as `hours` and `contributors` are available within the page itself, but unsure how this should be display?
Looks like the avatars are pulled at 280px, with the 560px ones being used at 2x for retina. Although, it does make sense to reduce these in size.
> terms valid input would be an array, and well core is never going to match a term_id.. which is what leads me to think that the endpoint is not...
Actually, I wonder if the taxonomy doesn't exist on the ES side, if it was added? I'll investigate that too.
> Actually, I wonder if the taxonomy doesn't exist on the ES side, if it was added? I'll investigate that too. It does exist, so it's not this 😄