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