Skip to content

Commit

Permalink
Add check
Browse files Browse the repository at this point in the history
  • Loading branch information
nerijuszaniauskas committed Feb 13, 2024
1 parent 3f49293 commit e92a658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function get_title() {
}

public function is_active() {
if ( ! $this->is_required_plugin_active() ) {
if ( ! $this->is_required_plugin_active() || ! $this->is_required_plugin_updated() ) {
return false;
}

Expand Down

0 comments on commit e92a658

Please sign in to comment.