Browse: Home / Functions /

manage_asigned_assignment_columns

manage_asigned_assignment_columns( string $column_name,  int $assignment_id )

Outputs approval status for assignment in admin posts listing.


Description #

Fires on manage_sfwd-assignment_posts_custom_column hook.


Parameters #

$column_name

(string) (Required) Name of the column.

$assignment_id

(int) (Required) ID of the assigment.


Source #

File: includes/admin/ld-admin.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.