Skip to content

Commit 474e211

Browse files
committed
Update hwp-previews.php
1 parent a7f257e commit 474e211

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

plugins/hwp-previews/hwp-previews.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,3 @@ function hwp_previews_load_textdomain(): void {
141141

142142
/** @psalm-suppress HookNotFound */
143143
add_action( 'plugins_loaded', 'hwp_previews_init', 15, 0 );
144-
145-
/**
146-
* INTENTIONAL VIOLATION FOR TESTING PLUGIN CHECK - REMOVE AFTER TEST
147-
*
148-
* @todo Remove this function after testing Plugin Check workflow.
149-
*/
150-
function hwp_previews_test_violation(): void {
151-
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Intentional for testing
152-
echo $_GET['test'];
153-
}

0 commit comments

Comments
 (0)