Evan Mattson

Results 84 issues of Evan Mattson

## Submit a feature request or bug report - [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) - [x] This is a feature request - [ ] This...

enhancement

This is a first draft of a working implementation of what it would look like to integrate WP PHPUnit into Bedrock. Documentation is not included yet and still needs to...

Current sub-commands that are server plugin-specific should be moved under a new `server` subcommand. This currently includes: - `install` - `toggle`

Hey guys, I'm planning to start on v2 of the login command here pretty soon. I've got a few ideas for it, and any feedback or requests are welcome :)...

When installing and activating the server plugin in a multisite environment using the suggested command (`wp login install --activate`) you may be surprised that it will error as inactive when...

## Feature Description The core `Modules` class handles more than it should right now, with a large portion of its body devoted to its REST endpoints. The REST-specific functionality it...

P1
Type: Enhancement
PHP

--------------- _Do not alter or remove anything below. The following sections will be managed by moderators only._ ## Acceptance criteria * Release is prepared, tested, and deployed to wordpress.org. ##...

P0
Type: Task

## Bug Description The core `Modules` class has a property for `$rest_controller` which isn't used. It also assigns the dashboard sharing controller instance to an undefined property. https://github.com/google/site-kit-wp/blob/412f9126c6bbb6736faa33107d1a3346232e21b4/includes/Core/Modules/Modules.php#L143 https://github.com/google/site-kit-wp/blob/412f9126c6bbb6736faa33107d1a3346232e21b4/includes/Core/Modules/Modules.php#L196 Dynamically...

Type: Bug
P2
PHP

## Feature Description In #5482 we introduced a "get help" link in our invalid nonce error which we later flagged as potentially benefiting from a modified format https://github.com/google/site-kit-wp/issues/5482#issuecomment-1212368075. --------------- _Do...

P2
Type: Enhancement
Good First Issue
PHP

## Feature Description `wp-prettier` has a new release that we should upgrade to, as there hasn't been a stable release in a few years. This is complicated by changes which...

P1
Type: Infrastructure