WPCF7_SWV_CompositeRule::matches()publicCF7 1.0

Returns true if this rule matches the given context.

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

Хуков нет.

Возвращает

null. Ничего.

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

$WPCF7_SWV_CompositeRule = new WPCF7_SWV_CompositeRule();
$WPCF7_SWV_CompositeRule->matches( $context );
$context(массив) (обязательный)
Context.

Код WPCF7_SWV_CompositeRule::matches() CF7 5.7.4

public function matches( $context ) {
	return true;
}