Skip to content

Commit

Permalink
fix: Remove admin bar filter
Browse files Browse the repository at this point in the history
  • Loading branch information
parsafatehi authored Jun 16, 2023
1 parent 1e02352 commit c3192d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Settings_Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function initialize() {

// for edit admin bar
// this has to be here, otherwise it will not work. the priority is high.
add_filter( 'admin_body_class', array($this, 'maybe_add_body_class') );
// add_filter( 'admin_body_class', array($this, 'maybe_add_body_class') );


$font = new \EZPZ_TWEAKS\Engine\Features\Font\Font();
Expand Down

0 comments on commit c3192d0

Please sign in to comment.