learndash_manage_edit_post_tag_columns( array $columns = array() )
Overrides the post tag edit ‘count’ column to show only the related count for the LearnDash post types.
Description Description
Fires on manage_edit-post_tag_columns
and manage_edit-category_columns
hook.
Parameters Parameters
- $columns
-
(Optional) An array of column headers.
Default value: array()
Return Return
(array) An array of column headers.
Source Source
File: includes/admin/ld-admin.php
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |