learndash_is_sample( int|WP_Post $post )
Checks if a lesson, topic, or quiz is a sample or not.
Description Description
Parameters Parameters
- $post
-
(Required) The
WP_Post
object or Post ID.
Return Return
(boolean) Returns true if the post is sample otherwise false.
Source Source
File: includes/ld-misc-functions.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |