Answers for "wordpress add_action echo on edit page"

PHP
0

wordpress add_action echo on edit page

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
*/
Posted by: Guest on May-12-2021

Browse Popular Code Answers by Language