WPCF7_MailTag::field_name
Returns the form field name corresponding to this mail-tag.
Метод класса: WPCF7_MailTag{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPCF7_MailTag = new WPCF7_MailTag(); $WPCF7_MailTag->field_name();
Код WPCF7_MailTag::field_name() WPCF7 MailTag::field name CF7 6.1.4
public function field_name() {
return strtr( $this->name, '.', '_' );
}