Skip to content

Commit

Permalink
Update admin_menu priority
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Nov 20, 2017
1 parent 994504e commit f56f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function __construct() {
);

add_action( 'admin_enqueue_scripts', [ $this, 'admin_enqueue_scripts' ] );
add_action( 'admin_menu', [ $this, 'page' ], 9 );
add_action( 'admin_menu', [ $this, 'page' ], PHP_INT_MAX );
add_action( 'wp_ajax_rstore_install', [ __CLASS__, 'install' ] );

}
Expand Down

0 comments on commit f56f872

Please sign in to comment.