WPCF7_SWV_TelRule::matches()
Метод класса: WPCF7_SWV_TelRule{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$WPCF7_SWV_TelRule = new WPCF7_SWV_TelRule(); $WPCF7_SWV_TelRule->matches( $context );
- $context (обязательный)
- -
Код WPCF7_SWV_TelRule::matches() WPCF7 SWV TelRule::matches CF7 5.7.4
public function matches( $context ) { if ( false === parent::matches( $context ) ) { return false; } if ( empty( $context['text'] ) ) { return false; } return true; }