Samantha Miller

Results 3 issues of Samantha Miller

Unescaped output from WordPress translation functions is not being flagged by the full HM standards checks. The `HM-Minimum` standard allows the use of unescaped translation functions (see [HM-Minimum/ruleset.xml#L57-L66](https://github.com/humanmade/coding-standards/blob/f73d9dc587242fa2dbe3f1889ee3cfea17afc13a/HM-Minimum/ruleset.xml#L57-L66)). The minimum...

phpcs

If a user has disabled the WordPress admin bar on the frontend via the `Show Toolbar when viewing site` user preference, it would be good if the QM toolbar was...

dispatcher:html
type:feature request

I have some meta boxes that need to only appear on the homepage and when a certain page template is selected. I tried using the following setup: ``` $meta_boxes[] =...

Bug
Discussion