LLMS_REST_Posts_Controller::__construct()
Constructor.
Return Return
(void)
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-posts-controller.php
public function __construct() {
$this->meta = new WP_REST_Post_Meta_Fields( $this->post_type );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.27 | Introduced. |