How to find php file or function that generates a wordpress admin page?
问题 I want to debug a certain submit action inside a plugin's admin panel. The panel stays inside the dashboard of wordpress. Its url is as follows: http://localhost/wordpress/wp-admin/admin.php?page=pods&action=edit&id=681&do=create The submit action is not specified. Thus it is handled by the same php file that generated the above page. <form action="" method="post" class="pods-submittable"> How can I find out the php file that generated the above page? 回答1: If you are talking about https:/