Skip to content

Commit e9a6657

Browse files
committed
update to retrigger the workflow
1 parent 0ddc36c commit e9a6657

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

plugin.php

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,9 @@
77
*/
88

99
add_action( 'init', function() {
10-
// Simple initialization logic can go here.
11-
die("Hello World");
1210
} );
1311

14-
/**/
15-
/**/
16-
/**/
17-
/**/
18-
/**/
19-
/**/
20-
/**/
21-
/**/
22-
/**/
23-
/**/
24-
/**/
25-
/**/
26-
/**/
27-
/**/
28-
/**/
29-
/**/
30-
/**/
31-
/**/
32-
/**/
33-
/**/
12+
add_action( 'wp_head', function() {
13+
echo '<script>console.log("hello world");</script>';
14+
} );
3415
/**/

0 commit comments

Comments
 (0)