Warning: This method has been deprecated.

LLMS_Post_Instructors::get_defaults()

Retrieve the default attributes for a new post instructor


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.post.instructors.php

	public function get_defaults() {
		llms_deprecated_function( 'LLMS_Post_Instructors::get_defaults()', '3.25.0', 'llms_get_instructors_defaults()' );
		return llms_get_instructors_defaults();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.25.0 This method has been deprecated.
3.13.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: