Opened 11 years ago
Last modified 9 months ago
#35315 new enhancement
New action `manage_posts_before_extra_area`
| Reported by: | sebastian.pisula | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: |
Description
I think that should be action before table of posts in edit.php. Why ? Because I want add settings for post type in this section or custom form.
Attachments (3)
Change History (8)
#1
@
11 years ago
- Component General → Posts, Post Types
- Focuses administration added
- Keywords has-patch reporter-feedback added
#3
@
11 years ago
Rather than specifically targeting the posts list table screen, I wonder if we might be better served to fire a more generic hook at the top of WP_List_Table::views() instead. Either way, I think we'd probably want to fire the hook after the admin notices markup.
This ticket was mentioned in Slack in #core by sirlouen. View the logs.
9 months ago
#5
@
9 months ago
- Component Posts, Post Types → Administration
- Focuses administration removed
- Keywords 2nd-opinion added; reporter-feedback removed
- Milestone → Awaiting Review
Let's evaluate the proposal by @DrewAPicture with a more generic option, rather than being bound specifically to the posts list. And with the new admin interface incoming, I think that this should be better analyzed before stepping into this hook.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the patch, @sebastian.pisula . What's the reason behind the
<div>with no attributes?