[wp-trac] [WordPress Trac] #29691: Need for a hook in between Edit Title and Edit Permalink

WordPress Trac noreply at wordpress.org
Wed Sep 17 11:43:39 UTC 2014


#29691: Need for a hook in between Edit Title and Edit Permalink
--------------------------------+-----------------------------
 Reporter:  captaintheme        |      Owner:
     Type:  enhancement         |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Editor              |    Version:  trunk
 Severity:  normal              |   Keywords:
  Focuses:  ui, administration  |
--------------------------------+-----------------------------
 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.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29691>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list