1 Star 0 Fork 1

eyoung / wordpress_Ey网页聊天室

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
eyoung 提交于 2022-05-05 06:58 . 1.0
<?php
/*
Plugin Name: EyChat聊天极简版
Description: 为WordPress网站提供可创建组群聊天的即时通讯系统.
Author: eyoung 1507309730@qq.com
Version: 1.0
Author URI: https://wordpress.yuyaoit.net/
*/
if(!defined('ABSPATH')){
return;
}
define('EYOUNG_CHAT_PATH',dirname(__FILE__));
define('EYOUNG_CHAT_FILE',__FILE__);
//define('EYOUNG_CHAT_JS', 'jsdev');
define('EYOUNG_CHAT_JS', 'dist');
define('EYOUNG_CHAT_URL',plugin_dir_url(EYOUNG_CHAT_FILE));
require_once EYOUNG_CHAT_PATH.'/classes/admin.class.php';
require_once EYOUNG_CHAT_PATH.'/classes/front.class.php';
EYOUNGCHAT_Admin::init();
EYOUNGCHAT_Front::init();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yuyaoitcn/wordpress-ey-web-chat-room.git
git@gitee.com:yuyaoitcn/wordpress-ey-web-chat-room.git
yuyaoitcn
wordpress-ey-web-chat-room
wordpress_Ey网页聊天室
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891