- removed Google+, VKonakte but leaves these custom fields as just URL type with Website URL validation;

- added 2.6.0 version upgrade script for changing 'vk_url', 'google_url', 'googleplus_url' just to 'url' validate value;
- close #1145;
This commit is contained in:
Nikita Sinelnikov
2023-03-27 16:56:58 +03:00
parent 74e1ea260d
commit 4af87d9834
9 changed files with 107 additions and 57 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php if ( ! defined( 'ABSPATH' ) ) exit;
return array(
'social_fields260' => 'social_fields260',
);