learndash_manage_post_tag_custom_column( string $column_content, string $column_name, int $term_id )

Gets the custom column content for post_tag taxonomy in the terms list table.


Description Description

Fires on manage_post_tag_custom_column hook.


Parameters Parameters

$column_content

(Required) Column content. Default empty.

$column_name

(Required) Name of the column.

$term_id

(Required) Term ID.


Top ↑

Return Return

(string) Taxonomy custom column content.


Top ↑

Source Source

File: includes/admin/ld-admin.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.