Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor committed Sep 28, 2023
1 parent a67f293 commit 738c430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/settings/settings-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class Settings_Panel {
public function __construct() {

add_action( 'admin_menu', [ $this, 'register_settings_page' ] );
add_action( 'init', [ $this, 'register_settings' ] );

$this->register_settings();
$this->render_tweaks();

}
Expand Down

0 comments on commit 738c430

Please sign in to comment.