WPCF7_SWV_Schema{}
The schema class as a composite rule.
Хуков нет.
Использование
$WPCF7_SWV_Schema = new WPCF7_SWV_Schema(); // use class methods
Методы
Код WPCF7_SWV_Schema{} WPCF7 SWV Schema{} CF7 5.7.5.1
class WPCF7_SWV_Schema extends WPCF7_SWV_CompositeRule { const version = 'Contact Form 7 SWV Schema 2022-10'; public function __construct( $properties = '' ) { $this->properties = wp_parse_args( $properties, array( 'version' => self::version, ) ); } }