Browse: Home / Classes / LDLMS_Model_Exam /

LDLMS_Model_Exam::init

LDLMS_Model_Exam::init( int $post_id,  array $atts = array() )

Initialize post.


Description #


Parameters #

$post_id

(int) (Required) Exam Post ID to load.

$atts

(array) (Optional) Array of attributes.

Default value: array()


Return #

(bool) True if post was loaded. False otherwise.


Source #

File: includes/classes/class-ldlms-model-exam.php


Changelog #

Changelog
Version Description
4.0.0 Introduced.