WordPress allows adding descriptions
to Custom Post Types whenever it’s registered. ( register_post_type()
. I would like to output that title on the Admin Landing Page ( View All Post Type ) preferably underneath the title. I’ve looked into /wp-admin/edit.php
but I’m not sure if the filter presented is usable in this case ( and thus it may not be possible to do ).
Line 274 on Trac is where it looks like the actual title gets set. Is is possible / is there a way to filter into it and add my post type description?