LLMS_Abstract_Post_Data::__construct( int $post_id )
Constructor.
Parameters Parameters
- $post_id
-
(int) (Required) WP Post ID of the LLMS Post.
Source Source
File: includes/abstracts/llms.abstract.post.data.php
public function __construct( $post_id ) { $this->post_id = $post_id; $this->post = llms_get_post( $this->post_id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Introduced. |