learndash_populate_essay_cpt_columns( string $column, int $post_id )
Populates the essay post type columns in the admin.
Description Description
Columns are can be filtered by quiz, lesson, and course. Fires on manage_sfwd-essays_posts_custom_column
hook.
Parameters Parameters
- $column
-
(Required) The slug of the column.
- $post_id
-
(Required) Post ID.
Source Source
File: includes/quiz/ld-quiz-essays.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |