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 35eaecc commit d1b15f0Copy full SHA for d1b15f0
nodebb.php
@@ -18,7 +18,7 @@ public function __construct() {
18
global $hcpp;
19
$hcpp->nodebb = $this;
20
$hcpp->add_action( 'csrf_verified', [ $this, 'csrf_verified' ] ); // Initial POST
21
- $hcpp->add_action( 'invoke_plugin', [ $this, 'setup' ] );
+ $hcpp->add_action( 'hcpp_invoke_plugin', [ $this, 'setup' ] );
22
$hcpp->add_action( 'priv_add_database', [ $this, 'priv_add_database' ] );
23
$hcpp->add_action( 'render_page', [ $this, 'render_page' ] );
24
}
0 commit comments