This function has been deprecated.
add_essays_data_columns( array $cols )
Adds custom columns to the essay post type listing in admin.
Description #
Fires on manage_edit-sfwd-essays_columns hook.
Parameters #
- $cols
-
(array) (Required) An array of admin columns for a post type.
Return #
(array) $cols An array of admin columns for a post type.
Source #
Changelog #
| Version | Description |
|---|---|
| 3.2.3 | This function has been deprecated. |
| 2.1.0 | Introduced. This function has been deprecated. |