// ================== 系统通知后台管理页(v2.5.1) ================== function wmp_subscribe_render_notices_page() { if (!current_user_can('manage_options')) { return; } global $wpdb; jifen_ensure_notices_table(); $table = jifen_notices_table(); $notice_msg = ''; // 保存(新增/更新) if (isset($_POST['wmp_notice_save']) && (int) $_POST['wmp_notice_save'] === 1) { check_admin_referer('wmp_notice_action'); $id = absint(isset($_POST['nid']) ? $_POST['nid'] : 0); $title = sanitize_text_field(isset($_POST['ntitle']) ? $_POST['ntitle'] : ''); $content = wp_kses_post(isset($_POST['ncontent']) ? $_POST['ncontent'] : ''); $status = (isset($_POST['nstatus']) && (int) $_POST['nstatus'] === 1) ? 1 : 0; if ($title === '' || $content === '') { $notice_msg = '

标题和内容不能为空

'; } elseif ($id > 0) { $wpdb->update($table, array('title' => $title, 'content' => $content, 'status' => $status), array('id' => $id)); $notice_msg = '

通知已更新

'; } else { $wpdb->insert($table, array('title' => $title, 'content' => $content, 'status' => $status, 'created_at' => current_time('mysql'))); $notice_msg = '

通知已发布

'; } } // 删除 if (isset($_GET['del']) && (int) $_GET['del'] > 0) { check_admin_referer('wmp_notice_del'); $wpdb->delete($table, array('id' => absint($_GET['del']))); $notice_msg = '

通知已删除

'; } $edit = null; if (isset($_GET['edit']) && (int) $_GET['edit'] > 0) { $edit = $wpdb->get_row($wpdb->prepare("SELECT * FROM $table WHERE id=%d", absint($_GET['edit']))); } $list = $wpdb->get_results("SELECT * FROM $table ORDER BY id DESC LIMIT 200"); echo '

系统通知

'; echo '

发布后,小程序端“个人中心 → 系统通知”即可看到启用的通知。可用来发布公告、活动、折扣码等信息。

'; if ($notice_msg) { echo $notice_msg; } echo '

' . ($edit ? '编辑通知' : '发布新通知') . '

'; echo '
'; wp_nonce_field('wmp_notice_action'); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
标题
内容

支持简单 HTML

状态
'; submit_button($edit ? '保存修改' : '发布通知'); echo '
'; echo '

通知列表

'; if ($list) { echo ''; foreach ($list as $n) { echo ''; } echo '
ID标题状态发布时间操作
' . (int) $n->id . '' . esc_html($n->title) . '' . ((int) $n->status === 1 ? '启用' : '停用') . '' . esc_html($n->created_at) . '编辑 | 删除
'; } else { echo '

暂无通知。

'; } echo '
'; } /** GET /wp-json/wmp-subscribe/v1/notices —— 小程序端获取启用的系统通知 */ function wmp_subscribe_get_notices($request) { global $wpdb; jifen_ensure_notices_table(); $table = jifen_notices_table(); $rows = $wpdb->get_results("SELECT id, title, content, created_at FROM $table WHERE status=1 ORDER BY id DESC LIMIT 50"); $list = array(); foreach ((array) $rows as $r) { $list[] = array( 'id' => (int) $r->id, 'title' => $r->title, 'content' => $r->content, 'created_at' => $r->created_at, ); } return rest_ensure_response(array('code' => 200, 'list' => $list)); }
Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/www.iyrc.cn/wp-content/plugins/xiaocx-jifen/xiaocx-jifen.php:2957) in /www/wwwroot/www.iyrc.cn/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1906
儿童读物-艾瑞克网
艾瑞克网-英语学习互动网站
    • 开通会员 尊享会员权益
      登录
      注册
      找回密码

      快速登录

发布
发布文章发布帖子
  • 首页
  • 精选文章最新
  • 中考英语中学
  • 初中英语初中
  • 托福英语托福
  • 考研英语考研
  • 高中英语高中
  • 英语四级四级
  • 论坛首页论坛
艾瑞克网
  • 首页
  • 精选文章最新
  • 中考英语中学
  • 初中英语初中
  • 托福英语托福
  • 考研英语考研
  • 高中英语高中
  • 英语四级四级
  • 论坛首页论坛
开通会员 尊享会员权益
登录
注册
找回密码

快速登录

子比主题-支持正版
没有积分?关注微信公众号-艾瑞博客-得积分
儿童读物共4篇
排序
    更新浏览点赞评论
英语儿童读物《Hammy The Hamster 》-艾瑞克网

英语儿童读物《Hammy The Hamster 》

 
精选文章
艾瑞克网的头像-艾瑞克网艾瑞克网2年前
0170
儿童读物 《Tooth Fairy》 牙仙子-艾瑞克网

儿童读物 《Tooth Fairy》 牙仙子

 
精选文章
艾瑞克网的头像-艾瑞克网艾瑞克网2年前
0170

SUNNY MEADOWS WOODLAND SCHOOL

SUNNY MEADOWS WOODLAND SCHOOL-艾瑞克网SUNNY MEADOWS WOODLAND SCHOOL-艾瑞克网SUNNY MEADOWS WOODLAND SCHOOL-艾瑞克网
+2
SUNNY MEADOWS WOODLAND SCHOOL-艾瑞克网
精选文章
艾瑞克网的头像-艾瑞克网艾瑞克网2年前
0200

英文儿童读物《做家务》 Doing my chores

英文儿童读物《做家务》 Doing my chores-艾瑞克网英文儿童读物《做家务》 Doing my chores-艾瑞克网英文儿童读物《做家务》 Doing my chores-艾瑞克网
+7
英文儿童读物《做家务》 Doing my chores-艾瑞克网
精选文章
艾瑞克网的头像-艾瑞克网艾瑞克网2年前
0260
  • 艾瑞克网-英语学习互动网站

    艾瑞克网-全面的英语学习互动网站

    英语学习就上艾瑞克网
  • 友链申请 免责声明 广告合作 文章列表 子比主题 主题派

    Copyright © 2023 · 艾瑞克网 · 渝ICP备2023005001号-1 渝公网安备50023802000233号
  • 添加客服进微信资料群-艾瑞克网
    添加客服进微信资料群
    微信公众号-艾瑞克网
    微信公众号
    会员QQ群-艾瑞克网
    会员QQ群
    小程序:派瑞学习-艾瑞克网
    小程序:派瑞学习
扫码添加微信-艾瑞克网
在手机上浏览此页面

艾瑞克网-英语学习互动网站
登录
没有账号?立即注册
用户名或邮箱
登录密码
找回密码

社交账号登录

使用社交账号登录即表示同意用户协议、隐私声明
注册
已有账号,立即登录
设置用户名
设置密码
重复密码
扫码登录
使用其它方式登录或注册扫码登录

扫码登录即表示同意用户协议、隐私声明