Opened 4 years ago
Closed 4 years ago
#10634 closed task (blessed) (fixed)
Need hook for generating autosave nonce for custom post_types
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | General | Version: | 2.8.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | prettyboymp |
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