Skip to content

Commit b02cca0

Browse files
committed
[Fix] -> Menu Priority changed.
1 parent 413a36d commit b02cca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/class-custom-typekit-fonts-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function get_instance() {
5252
* @since 1.0.0
5353
*/
5454
public function __construct() {
55-
add_action( 'admin_menu', array( $this, 'register_custom_fonts_menu' ) );
55+
add_action( 'admin_menu', array( $this, 'register_custom_fonts_menu' ), 101 );
5656
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
5757
add_action( 'admin_notices', array( $this, 'set_custom_typekit_fonts_notice' ) );
5858

0 commit comments

Comments
 (0)