WPCF7_MailTaggedText::get_replaced_tags()publicCF7 1.0

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() CF7 5.9.3

public function get_replaced_tags() {
	return $this->replaced_tags;
}