LLMS_Abstract_Generator_Posts::get_author_id_from_raw( array $raw, int $fallback_author_id = null )
Receives a raw array of course, plan, section, lesson, etc data and gets an author id
Description Description
Falls back to optionally supplied fallback id. Falls back to current user id.
Parameters Parameters
- $raw
-
(Required) Raw data.
- $fallback_author_id
-
(Optional) WP User ID. Default is
null
. If not supplied, if no author is set, the current user ID will be used.Default value: null
Return Return
(int|WP_Error)
Source Source
File: includes/abstracts/llms-abstract-generator-posts.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Moved from LLMS_Generators . |
3.30.2 | Made publicly accessible. |
3.3.0 | Introduced. |