Leho Kraav
Leho Kraav
Trying to avoid this example BAD (due to refactoring, or simple human error): ```php $has_free_tag = has_tag( 'free' ); if ( $has_free_tag ) { ... } ``` BETTER: ```php if...
# 🚀 feature request ### Description Option table optimization dictates to look at autoload payload first. ``` SELECT 'Autoload kiB' as name, ROUND(SUM(LENGTH(option_value)) / 1024) as value FROM wp_options WHERE...
It's a stack of 3 bars at the top of the viewport. HEIGHTS * adminbar: 32px * `target`: 55px * `element` BAD TETHER RESULT `transform: translateX(0px) translateY(85px) translateZ(0px)` CORRECT RESULT...
I have a plugin that disables all script and style tags as the default. It should exclude login screen, and in standard core, that's possible via something like ```php if...
Fixes #1038
This reverts commit fc606dbd175b1ce533ea88198f8bf91a78fb1439. We found a more correct location to improve a previously existing sanity check. Fixes #1080, but better. Sorry @kasparsd :smile: You were right, there was a...
# Feature Request I'm trying to fetch a set of unique activities from Stream DB with `wp_stream_get_instance()->db->get_records()`. It turns out, we have no facilities to set a `SELECT DISTINCT` clause...
Instead of additional "logging" plugins like https://github.com/No3x/wp-mail-logging/ having to be installed, is there anything stopping Stream from logging e-mail itself via a simple connector?
Now that AS is part of WooCommerce, its usage surface rises rapidly. This machine processing posts are all getting logged by Stream, highly likely creating a huge amount of noise....
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...