Michael Beckwith

Results 748 comments of Michael Beckwith

I am curious if the classic editor block would work for you, if anything it'd get TinyMCE back again. Otherwise, this type of usage sounds like a lot of customization...

Definitely something to consider.

I could see this one going both ways. Yes, letting .org handle the translations and everything as a whole is a good idea. However at the same time, that removes...

My thoughts for this thus far: 1. We haven't ditched PHP 5.2 yet, technically, so we would need the traditional `array()` syntax and now the shorthand. 2. Do you have...

I believe WP 5.5.1 is meant to help resolve issues temporarily while plugin authors upgrade their own usage of things. @jtsternberg do we need to handle our own updating of...

Did you ever get this figured out @Dmwds ?

@lipemat should I ignore the stuff at https://github.com/CMB2/CMB2/pull/1145/files/2a52d5806018940256da0151b4c65b9ad1534465..eaa9805ceccd2ccb9c4a5979368084bff64df192 at the moment?

Could probably use some sort of testing of the new changes to make sure we're no potentially breaking things, as a good next step.

No news that I've heard of. We tend to do pretty well with leaving development updates on the issues themselves.

This is from your code, correct? ``` add_action( 'cmb2_save_field', static function ( string $field_id, bool $updated ) { ... } ``` I'm looking at the `save_field()` method in CMB2 which...