first commit
This commit is contained in:
15
wp-content/plugins/copy-delete-posts/analyst/version.php
Normal file
15
wp-content/plugins/copy-delete-posts/analyst/version.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
// The sdk version
|
||||
'sdk' => '1.3.32',
|
||||
|
||||
// Minimum supported WordPress version
|
||||
'wp' => '4.7',
|
||||
|
||||
// Supported PHP version
|
||||
'php' => '5.4',
|
||||
|
||||
// Path to current SDK$
|
||||
'path' => __DIR__,
|
||||
);
|
||||
Reference in New Issue
Block a user