PHP Класс WPAS_CF_Password

Наследование: extends WPAS_Custom_Field
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )