Skip to content

Commit 8107875

Browse files
committed
not nec.
1 parent c952fe0 commit 8107875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vitepress.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public function __construct() {
1919
$hcpp->vitepress = $this;
2020
$hcpp->add_action( 'hcpp_invoke_plugin', [ $this, 'setup' ] );
2121
$hcpp->add_action( 'hcpp_render_body', [ $this, 'hcpp_render_body' ] );
22-
$hcpp->add_action( 'hcpp_new_domain_ready', [ $this, 'hcpp_new_domain_ready' ] );
2322
$hcpp->add_action( 'hcpp_nginx_reload', [ $this, 'hcpp_nginx_reload' ] );
2423
}
2524

0 commit comments

Comments
 (0)