LLMS_Lesson::has_content()
Contents
Description Description
Source Source
File: includes/models/model.llms.lesson.php
public function has_content() { if ( ! empty( $this->post->post_content ) ) { return true; } else { return false; } }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: