Results 91 comments of Brian Hogg

`define( 'LLMS_PROCESSORS_DEBUG', true );` can be added to the wp-config.php to see the log detail of processors

I'm not able to replicate this with the latest version of Elementor. They may have prevented blocks from rendering within an Elementor text editor on their end, since our CPT...

Not an easy way to solve this and hasn't come up. Closing for now.

If any plugin tries to schedule a task before the `init` action, this error will occur. The "fix" is to avoid making the "Every %d mins" string translatable via the...

Reopening to verify. If dates are parsed wrong on in the DB/frontend that's a bigger issue than just fixing the display via #2447

It's an easy check, but I'd rather not silence the error until we're able to figure out why and when data that's expected to be there isn't there. At the...

Could perhaps add a filter on `lifterlms_loop_columns` right before rendering the shortcode based on an attribute, and then remove it afterwards.

I tried a few methods of having the plan description area announce something, but nothing seemed to be working. `aria-describedby` seems like it would be a fit here, however there...