Samantha Miller
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...
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...
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[] =...