WPCF7_SWV_CompositeRule::matches()
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() WPCF7 SWV CompositeRule::matches CF7 5.7.4
public function matches( $context ) { return true; }