lukasjuhas / lj-maintenance-mode

Simple maintenance mode wordpress plugin.
https://plugins.itsluk.as/maintenance-mode/
25 stars 12 forks source link

double check styling action hook #32

Closed lukasjuhas closed 7 years ago

lukasjuhas commented 7 years ago

From Wordpress Support:

esemlabel (@esemlabel) Maybe the line in public function __construct(), that adds red background to admin_menu_bar button, should be added in ‘admin_bar_menu’ hook, because background is missing at frontend when mm is enabled.


add_action('admin_head', array( $this, 'style' ));

//change to add_action('admin_bar_menu', array( $this, 'style' ));