WPCF7_MailTag::get_option
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() WPCF7 MailTag::get option CF7 6.1.3
public function get_option( $option ) {
return $this->options[$option];
}