Skip to content

Commit

Permalink
Merge pull request #285 from mukeshpanchal27/add/253-trademark-check
Browse files Browse the repository at this point in the history
Add `Trademarks_Check`
  • Loading branch information
mukeshpanchal27 authored Oct 16, 2023
2 parents 0c81d1e + eb3f667 commit 01866c8
Show file tree
Hide file tree
Showing 14 changed files with 798 additions and 1 deletion.
1 change: 1 addition & 0 deletions includes/Checker/Abstract_Check_Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ private function register_checks() {
'enqueued_styles_scope' => new Checks\Enqueued_Styles_Scope_Check(),
'localhost' => new Checks\Localhost_Check(),
'no_unfiltered_uploads' => new Checks\No_Unfiltered_Uploads_Check(),
'trademarks' => new Checks\Trademarks_Check(),
)
);

Expand Down
Loading

0 comments on commit 01866c8

Please sign in to comment.