[wp-trac] [WordPress Trac] #25248: Temporary core plugin hook needed for DASH plugin
WordPress Trac
noreply at wordpress.org
Sat Sep 7 02:17:17 UTC 2013
#25248: Temporary core plugin hook needed for DASH plugin
--------------------------+-----------------
Reporter: lessbloat | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.7
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-----------------
We're working on the [http://make.wordpress.org/ui/tag/dash/ dashboard
redesign] feature as a plugin. We need a temporary hook for the
QuickPress/Recent drafts merging work that we're doing.
In https://core.svn.wordpress.org/trunk/wp-admin/post.php , r25216. After
line 122, we would like to add:
{{{
do_action( 'after_ajax_post_save', $_POST );
}}}
Feel free to change the hook name. We couldn't think of anything better.
The purpose is to allow for the same kind of functionality that QuickPress
currently has in line 116 of that file, to other dashboard widgets who
might want to save posts (in our case, the new merged QuickPress and
Recent Drafts widget).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25248>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list