Carolina Nymark
Carolina Nymark
Add information about how long the tests took: 
Fixes https://github.com/WordPress/theme-check/issues/375 This check and the accompanying parser is copied from the plugin readme validator. It is more limited than the plugin readme validator, and it does not work for...
Throughout the checks, different variable names are used even though the purpose is the same. For example some checks use `foreach ( $php_files as $php_key => $phpfile ) {` while...
The readme.txt file check is intended to check if there is a readme.txt file that has information about the theme, but it will look for any readme.txt file. If the...
Admin notices must be dismissible. Level: Required. First, research how themes use admin notices by searching on wpdirectory.net. If it is not possible to write a check that does not...
When a block based theme is placed inside a subfolder of /`themes`/, the check for `block-templates/index.html` inside `tc_adapt_checks_for_fse_themes` fails and checks for classic themes are used instead.
Pending https://github.com/WordPress/gutenberg/pull/29026 There are 4 types of themes that the plugin needs to be able to identify. 1. Classic PHP based themes All standard checks 2. Child themes Displays specific...
We would not be able to check tracking from individual theme shops, but we can check for google/bing analytics and for known URL shorteners.
**Is your feature request related to a problem? Please describe.** Theme reviewers copy and paste the results in the themes Trac and think the review is complete. **Describe the solution...