LLMS_Metabox_Instructors::save( int $post )
Empty save function prevents repeater field from saving empty meta field
Description Description
Parameters Parameters
- $post
-
(int) (Required) WP_Post ID
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.instructors.php
public function save( $post ) {}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: