LLMS_Twenty_Twenty::hide_meta_output( string[] $post_types )
Prevent theme meta information from being output on LifterLMS Custom Post Types.
Parameters Parameters
- $post_types
-
(string[]) (Required) Array of post type names.
Return Return
(string[])
Source Source
File: includes/theme-support/class-llms-twenty-twenty.php
public static function hide_meta_output( $post_types ) { return array_merge( $post_types, array( 'course', 'llms_membership', 'lesson', 'llms_quiz' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.0 | Introduced. |