llms_get_instructors_defaults()

Retrieve default instructor data structure.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/llms.functions.core.php

function llms_get_instructors_defaults() {
	return apply_filters( 'llms_post_instructors_get_defaults', array(
		'label' => __( 'Author', 'lifterlms' ),
		'visibility' => 'visible',
		'id' => '',
	) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.25.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: