WPCF7_SWV_Rule::matches()publicCF7 1.0

Constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$WPCF7_SWV_Rule = new WPCF7_SWV_Rule();
$WPCF7_SWV_Rule->__construct( $properties );
$properties **
-
По умолчанию: ''

Код WPCF7_SWV_Rule::matches() CF7 5.9.3

public function __construct( $properties = '' ) {
	$this->properties = wp_parse_args( $properties, array(
		'version' => self::version,
	) );
}


/**
 * Validates with this schema.
 *
 * @param array $context Context.