PHP Class WPAS_CF_Password

Inheritance: extends WPAS_Custom_Field
Show file Open project: awesome-support/awesome-support

Public Methods

Method Description
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.

Method Details

display() public method

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

display_admin() public method

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

display_no_edit() public method

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