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 a0cefee commit a67f293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/settings/settings-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class Settings_Panel {

public function __construct() {

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

$this->render_tweaks();

Expand Down

0 comments on commit a67f293

Please sign in to comment.