WPCF7_MailTag::get_option()publicCF7 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 5.9.3

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