wpfw_ewei_shopv2/plugin/tmessage/config.php
2023-02-14 19:57:32 +08:00

8 lines
144 B
PHP

<?php
if (!defined('IN_IA')) {
exit('Access Denied');
}
return array('version' => '1.0', 'id' => 'tmessage', 'name' => '会员群发');
?>