Closed ran81 closed 5 years ago
On line 69 there's a check $this->is_enabled. Should probably be $this->is_enabled()
$this->is_enabled
$this->is_enabled()
I think this is resolved, as there are not any references to $this->is_enabled in the plugin. If it's still a problem, please feel free to update the issue and we can take a look.
On line 69 there's a check
$this->is_enabled
. Should probably be$this->is_enabled()