Wordpress, add custom button on post type list page
问题 I am trying to add custom button on top of post type page like this image Is there any filter or action I can use to add custom button there? Thanks 回答1: I found a way to get it done but I am not very happy with this procedure. Please add your answer if you find better way. Mean while, this might be of help. add_action('admin_head-edit.php','addCustomImportButton'); I only need this on edit page, so I am using admin_head-edit.php action, but you can use admin_head or some other (not very