Register post type Field label

This one sounds easy to fix! See screenshot. In this WordPress action, the second fields label should be “Admin Menu Label”, not “Name”. I know the create_post_type() function refers to this argument as “name” but only people that already know how to write the create_post_type() function will know this. In reality whatever value that you enter here is what appears as the label in the menu of the admin section of WP. And anyone who knows how to write WP functions will still get what this value does instantly but people who don’t will have to struggle to figure it out.

It’s just clearer and more intuitive to change the label to reflect that’s it’s different form the post type field and more accurate describe what it actually does, don’t you think?