WPCF7_MailTaggedText::get_replaced_tags()
Retrieves mail-tags that have been replaced by this instance.
Метод класса: WPCF7_MailTaggedText{}
Хуков нет.
Возвращает
Массив
. List of mail-tags replaced.
Использование
$WPCF7_MailTaggedText = new WPCF7_MailTaggedText(); $WPCF7_MailTaggedText->get_replaced_tags();
Код WPCF7_MailTaggedText::get_replaced_tags() WPCF7 MailTaggedText::get replaced tags CF7 5.9.8
public function get_replaced_tags() { return $this->replaced_tags; }