📅  最后修改于: 2022-03-11 14:54:25.751000             🧑  作者: Mango
add_action("edit_form_advanced", "your_function");
/*
Tip: when you have question like this, best thing to do is look at
source code.
The file responsible to output post edit page in admin is:
/wp-admin/edit-form-advanced.php
*/