Opened 10 years ago
Closed 10 years ago
#29691 closed enhancement (fixed)
Need for a hook in between Edit Title and Edit Permalink
Reported by: | captaintheme | Owned by: | |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | ui, administration | Cc: |
Description
It would be nice to add a hook in between the #titlewrap
div (title) and .inside
div (permalink).
At the moment the only way to hook into this area is to use the edit_form_after_title
hook. I think it may be better to move this hook to be actually after the title but that would probably cause issues for some people already hooking into this.
I propose to add a new edit_form_before_permalink
hook.
This came up in an issue for the Subtitles plugin here - https://github.com/philiparthurmoore/Subtitles/issues/30
Re: /wp-admin/edit-form-advanced.php
I will add a patch in a moment.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Patch for #29691