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.


Top ↑

Return Return

(string[])


Top ↑

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' ) );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.37.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.