[wp-trac] [WordPress Trac] #15230: Action hook before the inserting post into the database
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 27 09:18:46 UTC 2010
#15230: Action hook before the inserting post into the database
-------------------------+--------------------------------------------------
Reporter: johnnypea | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: 3.1
Severity: normal | Keywords: hook,action,post,insert
-------------------------+--------------------------------------------------
Something like
{{{
do_action( 'pre_post_insert', $data, $postarr );
}}}
added to ''wp_insert_post'' function right after the "else" statement on
line 2501 in .../wp-includes/post.php
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15230>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list