WPCF7_MailTag::get_optionpublicCF7 1.0

Returns the value of the specified option.

Метод класса: WPCF7_MailTag{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WPCF7_MailTag = new WPCF7_MailTag();
$WPCF7_MailTag->get_option( $option );
$option(обязательный)
.

Код WPCF7_MailTag::get_option() CF7 6.1.3

public function get_option( $option ) {
	return $this->options[$option];
}