When editing a post, the title field displays the placeholder “Enter title here” (it’s actually a label element that’s made to look like a placeholder attribute, but whatever). I have a custom post type where I’m using the title for something specific and I want to make it clearer what it is. Is there any way to modify this field or the way it’s outputted?
I couldn’t find any filter for this. I could hook after it with edit_form_after_title
, but I want to modify the field itself. I could remove the title field and use my own, but I want it to have the appearance of WordPress’s title field.