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 99fb67b commit e503554Copy full SHA for e503554
src/plugin.php
@@ -21,7 +21,7 @@ function main() {
21
22
function register_scripts() {
23
add_action(
24
- 'init',
+ 'wp_enqueue_scripts',
25
function () {
26
$json_data = wp_json_encode(
27
array(
0 commit comments