LLMS_Meta_Box_Engagement::save( int $post_id )
Custom save method ensures that the faux fields are not saved to the postmeta table
Description Description
Parameters Parameters
- $post_id
-
(Required) WP Post ID of the engagement
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.engagement.php
Changelog Changelog
Version | Description |
---|---|
3.35.0 | Verify nonce and access $_POST data via llms_filter_input() . |
3.11.0 | Unknown. |
3.1.0 | Introduced. |