I'm Creating a custom post type and want to manipulate the placeholder text within the title field of the Create New Post section.
Requirements:
- It can only be for one specific post type, not for all posts.
- It cannot reflect the name of the post type, it must be completely custom text.
- It does not have to be editable from the wordpress admin section, the custom text can be placed within the function in the functions.php file.