Files
WEBtomaste/Atomaste Reference/public_html/wp-content/plugins/copy-delete-posts/analyst/version.php

16 lines
235 B
PHP
Raw Normal View History

2025-12-10 12:17:30 -05:00
<?php
return array(
// The sdk version
'sdk' => '1.3.30',
// Minimum supported WordPress version
'wp' => '4.7',
// Supported PHP version
'php' => '5.4',
// Path to current SDK$
'path' => __DIR__,
);