PHP Class WPAS_CF_Password

Inheritance: extends WPAS_Custom_Field
Afficher le fichier Open project: awesome-support/awesome-support

Méthodes publiques

Méthode 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 méthode

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

display_admin() public méthode

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

display_no_edit() public méthode

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