PHP 클래스 WPCOM_VIP_Support_CLI, vip-mu-plugins-public

상속: extends WP_CLI_Comman\WP_CLI_Command
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public

공개 메소드들

메소드 설명
add_support_user ( $args, $assoc_args ) Creates a user in the VIP Support role, already verified, and suppresses all emails.
remove_support_user ( $args, $assoc_args ) Removes a user in the VIP Support role.
verify ( $args ) Marks the user with the provided ID as having a verified email.

메소드 상세

add_support_user() 공개 메소드

Creates a user in the VIP Support role, already verified, and suppresses all emails.
public add_support_user ( $args, $assoc_args )

remove_support_user() 공개 메소드

Removes a user in the VIP Support role.
public remove_support_user ( $args, $assoc_args )

verify() 공개 메소드

: The WP User ID to mark as having a verified email address
public verify ( $args )