Skip to content

Commit

Permalink
Removes additional plugins_compatible check.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibndawood committed Oct 12, 2023
1 parent 638f213 commit 8eefaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function __wakeup() {
*/
public function init_plugin() {

if ( ! Checker::instance()->is_compatible( __FILE__, self::PLUGIN_VERSION ) || ! $this->plugins_compatible() ) {
if ( ! Checker::instance()->is_compatible( __FILE__, self::PLUGIN_VERSION ) ) {
return;
}

Expand Down

0 comments on commit 8eefaf3

Please sign in to comment.