Summery Summery
Add hidden input fields to the meta box save form.
Syntax Syntax
Description Description
Hook into this action to print <input type="hidden" ... />
fields, which will be POSTed back to the server when meta boxes are saved.
Parameters Parameters
- $post
-
The post that is being edited.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |