WPCOM_VIP_Support_Role::action_init PHP 메소드

action_init() 공개 메소드

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();
    }