logo
  • 教程列表
  • SO官方文档
  • 在里面
    • 处理 POST 请求数据
    • 处理 GET 请求数据
    • 注册自定义帖子类型
  1. StackOverflow 文档
  2. WordPress 教程
  3. 在里面
  4. 处理 POST 请求数据

处理 POST 请求数据

Created: November-22, 2018

add_action(‘init’,‘process_post_data’);

function process_post_data() {
    if( isset( $_POST ) ) {
        // process $_POST data here
    }
}
  • 处理 GET 请求数据
  • 在里面

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明