📜  编辑页面上的 wordpress add_action echo - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:25.751000             🧑  作者: Mango

代码示例1
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
*/