Skip to content

Commit cd08c9d

Browse files
committed
(fix): textdomain
1 parent 22481a9 commit cd08c9d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pdc-faq.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
return;
6565
}
6666

67-
$plugin = (new Plugin(__DIR__))->boot();
67+
add_action('after_setup_theme', function () {
68+
(new Plugin(__DIR__))->boot();
69+
});
6870
}, 10);
6971

7072

0 commit comments

Comments
 (0)