Browse: Home / Functions /

learndash_populate_essay_cpt_columns

learndash_populate_essay_cpt_columns( string $column,  int $post_id )

Populates the essay post type columns in the admin.


Description #

Columns are can be filtered by quiz, lesson, and course. Fires on manage_sfwd-essays_posts_custom_column hook.


Parameters #

$column

(string) (Required) The slug of the column.

$post_id

(int) (Required) Post ID.


Source #

File: includes/quiz/ld-quiz-essays.php


Changelog #

Changelog
Version Description
2.2.0 Introduced.