WPCOM_VIP_Support_Role::action_init PHP Method

action_init() public method

Hooks the init action to add the role, covering the cases where we should be using wpcom_vip_add_role.
public action_init ( )
    public function action_init()
    {
        self::add_role();
    }