Ai
1 Star 0 Fork 0

bikr/wp-msgbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wp-msgbot.php 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
bikr 提交于 2024-03-21 11:26 +08:00 . 框架
<?php
/**
* Plugin Name: MsgBot-消息推送机器人
* Plugin URI: https://daidr.me/archives/app-267.html
* Description: 推送网站消息至指定渠道
* Version: 1.0.0
* Author: 北忘山
* Author URI: https://daidr.me
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
define('MSGBOT_VERSION', '1.0.0');
define('MSGBOT_PLUGIN_DIR', plugin_dir_path(__FILE__));
define('MSGBOT_PLUGIN_URL', plugin_dir_url(__FILE__));
define('MSGBOT_PLUGIN_FILE', __FILE__);
define('MSGBOT_ADMIN_URL', admin_url());
require_once MSGBOT_PLUGIN_DIR . '/options/options.php';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bikr/wp-msgbot.git
git@gitee.com:bikr/wp-msgbot.git
bikr
wp-msgbot
wp-msgbot
master

搜索帮助