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.


Top ↑

Return Return

(boolean) Returns true if the post is sample otherwise false.


Top ↑

Source Source

File: includes/ld-misc-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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