Roots\StageSwitcher\StageSwitcher::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        add_action('admin_bar_menu', [$this, 'admin_bar_stage_switcher']);
        add_action('wp_before_admin_bar_render', [$this, 'admin_css']);
    }