Post Field Connections
Post Field Connections
These connections work on any LearnDash post type — courses, lessons, topics, and quizzes.
Post Content
Retrieves the body content of the current LearnDash post.
Key: bdash_content | Usage: [wpbb post:bdash_content]
| Setting | Description | Default |
|---|---|---|
drip | Replace content with a message when the post is not yet drip-available. | false |
drip_text | Custom message to show when content is drip-locked. | LearnDash default |
drip_redirect | Redirect URL when content is drip-locked. | — |
Drip Date
Retrieves the date this post becomes available to the current user under a drip schedule.
Key: bdash_drip_date | Usage: [wpbb post:bdash_drip_date]
| Setting | Description | Default |
|---|---|---|
format | PHP date format string for the output. | Site default date format |
Example: [wpbb post:bdash_drip_date format='F j, Y']