Opened 15 years ago
Closed 15 years ago
#10634 closed task (blessed) (fixed)
Need hook for generating autosave nonce for custom post_types
Reported by: | prettyboymp | Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8.4 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
The autosave-generate-nonces action in admin-ajax.php only allows handling of page and post post_types. We need a hook available to allow custom post_types to also return an autosave nonce.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [11851]) Add autosave_generate_nonces action. Props prettyboymp. fixes #10634