Browse: Home / Functions /

learndash_manage_edit_post_tag_columns

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 #

Fires on manage_edit-post_tag_columns and manage_edit-category_columns hook.


Parameters #

$columns

(array) (Optional) An array of column headers.

Default value: array()


Return #

(array) An array of column headers.


Source #

File: includes/admin/ld-admin.php


Changelog #

Changelog
Version Description
2.4.0 Introduced.