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)
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(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.25.0 | This method has been deprecated. |
3.13.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: