We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c4a2a commit 4cbd909Copy full SHA for 4cbd909
inc/admin.php
@@ -47,7 +47,7 @@ public function __construct() {
47
add_filter( 'plugin_action_links_' . plugin_basename( OPTML_BASEFILE ), [ $this, 'add_action_links' ] );
48
add_action( 'admin_menu', [ $this, 'add_dashboard_page' ] );
49
add_action( 'admin_menu', [ $this, 'add_settings_subpage' ], 99 );
50
- add_action( 'admin_enqueue_scripts', [ $this, 'menu_icon_style' ] );
+ add_action( 'admin_head', [ $this, 'menu_icon_style' ] );
51
add_action( 'admin_enqueue_scripts', [ $this, 'enqueue' ], PHP_INT_MIN );
52
add_action( 'admin_notices', [ $this, 'add_notice' ] );
53
add_action( 'admin_notices', [ $this, 'add_notice_upgrade' ] );
0 commit comments