apply_filters( 'llms_metaboxes_llms_post_types', string[] $post_types , WP_Post $post )
Filters the post type names that are secific of LifterLMS.
Description Description
Used to determine whether or not fire actions of the type "lifterlms_process_{$post->post_type}_meta" on save.
Parameters Parameters
- $post_types
-
(string[]) Array of post type names.
- $post
-
(WP_Post) WP_Post instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |