first commit

This commit is contained in:
miroman-afk
2021-04-21 15:44:35 +03:00
commit ecd15535cd
18 changed files with 1884 additions and 0 deletions

13
cpo/units-validation.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
return [
'main' => [
'cpo_validation_msg' => [
'req' => '',
'custom' => '',
],
],
'logic' => [
'cpo_vc_extra' => '',
],
];