PHP 클래스 WPAS_CF_Password

상속: extends WPAS_Custom_Field
파일 보기 프로젝트 열기: awesome-support/awesome-support

공개 메소드들

메소드 설명
display ( ) : string Return the field markup for the front-end.
display_admin ( ) Return the field markup for the admin.
display_no_edit ( ) Return the field markup for the admin.

메소드 상세

display() 공개 메소드

Return the field markup for the front-end.
public display ( ) : string
리턴 string Field markup

display_admin() 공개 메소드

This method is only used if the current user has the capability to edit the field.
public display_admin ( )

display_no_edit() 공개 메소드

This method is only used if the current user doesn't have the capability to edit the field.
public display_no_edit ( )