We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddc36c commit e9a6657Copy full SHA for e9a6657
plugin.php
@@ -7,28 +7,9 @@
7
*/
8
9
add_action( 'init', function() {
10
- // Simple initialization logic can go here.
11
- die("Hello World");
12
} );
13
14
-/**/
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
+add_action( 'wp_head', function() {
+ echo '<script>console.log("hello world");</script>';
+} );
34
/**/
0 commit comments