Skip to content

Commit

Permalink
remove duplicated filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jun 11, 2020
1 parent 2f97aed commit 5f0ff68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin-name/engine/Initialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ public function __construct( \Composer\Autoload\ClassLoader $composer ) {
$this->get_classes( 'Frontend' );
}

$this->classes = apply_filters( 'pn_class_instances', $this->classes );

$this->load_classes();
}

Expand Down

0 comments on commit 5f0ff68

Please sign in to comment.