Danny Cooper
Danny Cooper
Replicated in `master` and `develop`. Typography controls also don't work in `expanded` sections.
Confirmed bug. Adding an empty value to an input initially removes the setting from CSS, but then restores it when refreshed.
One possible fix would be to check if the value is blank before setting it again: ``` ``` The only consideration when doing this is that there would be then...
+1 Could an option be added to use `phpcs --extensions=php`? It would be useful when the theme is causing `Fatal error: Allowed memory size of 134217728 bytes exhausted`.
You're way ahead of me @dingo-d 🤩
On second thoughts, authors do strange things with JS and CSS that can't always be predicted. Causing `Allowed memory size` errors. So I think a checkbox for using --extensions=php does...
Yes, but for universally accepted libraries like the ones I mentioned, they don’t need to be scanned for each theme. _Assuming they are up to date._
The tool is for reviewers as much as authors. As a reviewer I’m checking the library versioning manually anyway.
Hi @drikkes, When submitting a theme to WordPress.org there is a requirement to have a footer.php file (even if it isn't used). The conditional statement to only show the footer...
Use this function within the loop: https://developer.wordpress.org/reference/functions/get_the_date/