LLMS_Post_Model::is_exportable()
Determine if the associated post is exportable
Contents
Return Return
(boolean)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function is_exportable() { return post_type_supports( $this->db_post_type, 'llms-export-post' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |