mirror of
https://gh.wpcy.net/https://github.com/WordPressUtilities/WPUInstaller.git
synced 2026-05-03 19:22:20 +08:00
11 lines
240 B
PHP
11 lines
240 B
PHP
<?php
|
|
|
|
include dirname(__FILE__) . '/wpuwooimportexport/inc/bootstrap.php';
|
|
|
|
class wpuprojectid_WPUWOO_Clean extends WPUWooImportExport {
|
|
public function __construct() {
|
|
echo 'Hello !';
|
|
}
|
|
}
|
|
|
|
new wpuprojectid_WPUWOO_Clean();
|