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 c952fe0 commit 8107875Copy full SHA for 8107875
vitepress.php
@@ -19,7 +19,6 @@ public function __construct() {
19
$hcpp->vitepress = $this;
20
$hcpp->add_action( 'hcpp_invoke_plugin', [ $this, 'setup' ] );
21
$hcpp->add_action( 'hcpp_render_body', [ $this, 'hcpp_render_body' ] );
22
- $hcpp->add_action( 'hcpp_new_domain_ready', [ $this, 'hcpp_new_domain_ready' ] );
23
$hcpp->add_action( 'hcpp_nginx_reload', [ $this, 'hcpp_nginx_reload' ] );
24
}
25
0 commit comments