kevinhaig

Results 7 issues of kevinhaig

[New sniff] Check to ensure searchform.php is not loaded directly. #### Rule type: Error #### Rule: > Standard templates should be called by their respective function. Ref: https://make.wordpress.org/themes/handbook/review/required/#templates ERROR |...

enhancement
help wanted
approved / in handbook

#### Rule: **WARNING** Verify that no hard-coded URLs are found. Manual verification necessary. An exception is made for the Author URI and (Theme) URI as set in the style.css header...

approved / in handbook
low priority

[New Sniff] #### Rule: **ERROR** : Check that capabilities are used not roles. Functions to check: get_role(), current_user_can(), current_user_can_for_blog(), user_can(), add_..._page() Ref: https://make.wordpress.org/themes/handbook/review/required/#core-functionality-and-features #### To do: - [x] Create Unit...

pr: wait for upstream

[New sniff] Check that theme supports used have a tag in style.css file. #### Rule type: Error #### Rule: ERROR | Verify that an add_theme_support() call is made for any...

help wanted
low priority

[New sniff] No wordpress.org allowed in Theme URI #### Rule type: Error #### Rule: ERROR | Verify - in style.css that the Theme URI does not point to wordpress.org (with...

approved / in handbook
low priority

[New sniff] Check Customizer sanitize-callback is not empty #### Rule type: ERROR #### Rule: ERROR | Ensure that all calls the ->add_setting() for the Customizer include a sanitize_callback or a...

help wanted
issue: has PR
pr: needs update

[Implement sniff] Look for list of php file functions using WordPress.Functions.FunctionRestrictionsSniff #### Rule type: Error #### Rule: > Use WordPress functionality and features first, if available. Ref: https://make.wordpress.org/themes/handbook/review/required/#core-functionality-and-features ERROR| Verify...

pr: wait for upstream