Paul Kevan
Paul Kevan
@hellojuliarose is this something we want to add on the WordCamp and/or Events application form?
> Thank you for sharing the rationale behind this! Feel that a single-select isn't suitable here because sorting doesn't filter out content, yet the Format reduces the visible content. Users...
I think we can get the same `All` option like patterns by using the filter: https://github.com/WordPress/pattern-directory/blob/trunk/public_html/wp-content/themes/wporg-pattern-directory-2024/inc/block-config.php#L13.
Something similar to https://themes.svn.wordpress.org/twentytwentyfour/1.1/style.css would suffice.
I think this is actually due to the data storage type, as we don't do any special for sorting in locales, just on `post_title` which in this case is the...
Actually - if we sort by polish collation (utf8mb4_polish_ci) then the results look correct, but unsure if we can push this through wp_query.
Ah - this isn't possible through WP Query, due to the santitization of the orderby parameter: https://github.com/WordPress/wordpress-develop/blob/6.5/src/wp-includes/class-wp-query.php#L1663-L1685
Thanks @dd32 - I think I prefer the non-update options via the `posts_request` filter. We'd need to adjust the query here: https://github.com/WordPress/wordcamp.org/blob/f79c65ea40e3ba7ae54c07bdd932d9ff72796a15/public_html/wp-content/plugins/camptix/addons/shortcodes.php#L275-L292 to include a `suppress_filters` to `false` since the...
I wonder if this is due to a double quote string... ``` #: mu-plugins/jetpack-tweaks/privacy.php:61 msgid "" "Privacy & Cookies: ```
> Either that utility needs to be moved to a public repository, or this PR can act as a base for someone who has access to private plugins. I guess...