Skip to content

Commit

Permalink
Update Theme.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 30, 2024
1 parent ae0ff46 commit 34de5a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ class Theme {
public function __construct( $plugin ) {
$this->plugin = $plugin;

// Hooks
add_filter( 'post_class', [ $this, 'post_class' ] );
\add_filter( 'post_class', [ $this, 'post_class' ] );
}

/**
Expand Down

0 comments on commit 34de5a2

Please sign in to comment.