Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19173, comment 7


Ignore:
Timestamp:
11/07/2011 09:32:28 PM (13 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19173, comment 7

    initial v1  
    44Thinking more about that, not sure it's a good idea to have a static (non-movable) metabox in between the "normal" metaboxes.
    55
    6 We have `do_action('edit_page_form')` or `do_action('edit_form_advanced')` that can be used to output any html under div#normal-sortables, perhaps these should be used to add extra editors? Alternatively we could add another action that would output html right under the main editor, i.e. above div#normal-sortables.
     6We have `do_action('edit_page_form')` or `do_action('edit_form_advanced')` that can be used to output any html under div#normal-sortables, perhaps these should be used to add extra editors? BTW we probably should pass `$post_type` to these actions for better control.
     7
     8Alternatively we could add another action that would output html right under the main editor, i.e. above div#normal-sortables.