Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mch0lic

    (@mch0lic)

    Hi Sergey,

    I was not aware of loading styles using $GLOBALS, thanks. Btw do you think using $GLOBALS to load other styles would be good idea? I went through script-load.php if im not mistaken in wp-includes and thats how they load it, so I’m wondering if $GLOBALS could be better option (faster option) to load those other styles as well?

    Will update the plugin shortly.

    Thanks!

    Plugin Author mch0lic

    (@mch0lic)

    This issue is fixed in 1.0.1.

    Moderator Sergey Biryukov

    (@sergeybiryukov)

    WordPress Dev

    global $wp_styles at the beginning of the function would work too. I just used $GLOBALS to limit the change to a single line.

    Thanks for the quick update!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Broken admin menu’ is closed to new replies.