I create a custom post type. My custom post type link like: http://localhost/le/wp-admin/edit.php?post_type=pdfviewer
In my custom post edit.php page I want to display some content. Now how to add content here. Please see the image below for better understand. Thank you.
To target edit.php, you can use the all_admin_notices action wrapped inside the load-edit.php action: