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 a0a56ba commit 8a6413cCopy full SHA for 8a6413c
nodered.php
@@ -17,7 +17,7 @@ class NodeRED {
17
public function __construct() {
18
global $hcpp;
19
$hcpp->nodered = $this;
20
- $hcpp->add_action( 'invoke_plugin', array( $this, 'setup' ) );
+ $hcpp->add_action( 'hcpp_invoke_plugin', array( $this, 'setup' ) );
21
$hcpp->add_action( 'render_page', array( $this, 'render_page' ) );
22
}
23
0 commit comments