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. |
| 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? BTW we probably should pass `$post_type` to these actions for better control. |
| 7 | |
| 8 | Alternatively we could add another action that would output html right under the main editor, i.e. above div#normal-sortables. |