Michael Beckwith
Michael Beckwith
Outside of hardcoding a default when invoking, like `echo background_get_option( 'test_colorpicker', '#ff0000' ), perhaps something like using `add_option()` would work. Otherwise, there's just going to be some needed extra code...
``` $sql = 'UPDATE ' . $wpdb->base_prefix . 'bp_activity SET hide_sitewide = 1 WHERE user_id = %d'; ```
I think I'm going to leave as is for now, punting for a possible future release.
Added test suite in both master and 4.3.0. 4.3.0 branch will be where all the initial tests are written and get merged into master when the time comes. Ticket will...
As much as I'd love to get this one in, unless they have a publicly-queryable url to get an image from, without an API key, we may not be able...
I can merge when @jtsternberg is approving with what he sees for this.
If there's somewhere within Vimeo's public API endpoints and everything, that isn't WebP, then we can definitely re-point things to that for the pre-5.8 users and generally recover earlier users...
Not sure what endpoint that is from, but I'm all ears. That said, I just tested some things with our current implementation, so good timing on your comment. Say we're...
@Nicscott01 i feel like maybe a filter override for API endpoint may be beneficial for you. Where someone could do their own endpoint fetches and return the appropriate detail, like...
Still wanting to leave things open here for the custom endpoint, but even with WP 5.8 beta 3, it didn't seem to be recognizing the webp endpoint, even when i...