Gudmundur D. Haraldsson

Results 24 issues of Gudmundur D. Haraldsson

Hi! I noticed today that `wp-graphql-gutenberg` uses the following namespace in [one place](https://github.com/pristas-peter/wp-graphql-gutenberg/blob/develop/src/Schema/Types/Object/ReusableBlock.php): > WPGraphQLGutenberg\Schema\Types\Object The `object` keyword is [reserved](https://www.php.net/manual/en/reserved.other-reserved-words.php) in PHP 7.2 and later, and cannot be used in...

We have had problems with shared terms on some sites recently, although by default WordPress does not use them nowadays. The problem was basically that once a term was created,...

The first checks if output of the __( ), _x( ), _n( ), _nx( ) functions is being printed directly, via echo( ), print( ) or vprintf( ) -- care...

We have seen slow queries being generated by Zoninator, in particular a query that looks like this: ``` SELECT wp_posts.ID FROM wp_posts WHERE ?=? AND ( wp_posts.post_date > ?) AND...

enhancement

## What problem would the enhancement address for VIP? When using `bloginfo()`, the caller should not echo the output, as `bloginfo()` does this internally (see [here](https://developer.wordpress.org/reference/functions/bloginfo/#source)). Callers should simply call...

Type: Enhancement

See: https://github.com/alleyinteractive/es-wp-query/issues/79

# Description When querying using `WP_Query()` with Elasticsupport enabled, `es-wp-query` can cause `WP_Query` objects to drop taxonomy queries attached. This can cause `get_query_var('taxonomy')` to return an empty string. For instance,...

TODO: - [x] Define version number in CHANGELOG.md, add release date and update links - [x] Add same version number in defines.php - [x] Assign a milestone corresponding to the...

[ Type ] Changelog & version

This pull request aims at improving output escaping, input sanitizing and logging. TODO: - [ ] Escape in`auto-approval.php`: - [ ] Escape/sanitize labels - [ ] Escape messages submitted to...

[Type] Enhancement
[Pri] Normal

We need to clean up the unit and integration test suites a bit, ensuring more consistency and making them easier to work with. The following elements need to be worked...

[Type] Enhancement
[Pri] Normal