Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21450, comment 4


Ignore:
Timestamp:
07/28/2013 08:42:13 PM (11 years ago)
Author:
ericmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21450, comment 4

    initial v1  
    2020
    2121The code above will fire whenever a "new" or "Auto Draft" post is saved, published, or scheduled.  Considering a post has to be created in the database to give you an ID to work with, this is the absolute closest you can get to actually hooking in at creation time.
     22
     23That said, I'll refresh the patch anyway in case you ''really'' need to use the hook.