🌈 搜索
📅  最后修改于: 2022-03-11 14:54:17.041000             🧑  作者: Mango
add_action('after_setup_theme', function() { $file = get_stylesheet_directory() . '/my-file.php'; touch($file); });