Ulrich Pogson
Ulrich Pogson
There are many make sites at the moment. I would like to suggest that we remove a few of them as I don't think they are needed and this would...
I would like to make some changes to http://developer.wordpressorg.dev/plugins and http://developer.wordpressorg.dev/themes but they are not shown by default and is missing content. - Which plugins are activated on https://developer.wordpress.org/themes/ https://developer.wordpress.org/plugins/?...
This happens of http://wordpressorg.dev/plugins/ and wordpressorg.dev/themes/
We have had an issue with the composer cache contained the incorrect version of a dependency and needed to clear the composer cache. It would be useful to have such...
I started looking how we could pass the text domains to the i18n sniff without having the text domain in the ruleset. I tried to use `setSniffProperty( 'WordPress_Sniffs_WP_I18nSniff', 'text_domain', 'my-slug'...
An example `phpcs.xml.dist` could be useful for the theme author that they can place in their theme directory and have the IDE's automatically register it. ```xml A custom coding standard...
#### Rule type: Error #### Rule: > Avoid hard coding to modify content. Instead, use function parameters, filters and action hooks where appropriate. Ref: Link to the Theme Review handbook...
We would like to allow the use of certain functions to be used in certain places without allowing the function everywhere. The concrete example is the use of `base64_encode` and...
As I was running some sniffs on all of the themes that have been updated in the last two years I noticed a few were failing due to the allowed...
#### Rule type: Error #### Rule: Advertising/tracking codes in both PHP as well as JS and CSS and any other potential files which contain this type of code. Google search...