LLMS_Abstract_Post_Data::__construct( int $post_id )

Constructor.


Parameters Parameters

$post_id

(int) (Required) WP Post ID of the LLMS Post.


Top ↑

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 );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.31.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.