Browse: Home / Classes / SFWD_LMS /

SFWD_LMS::tax_term_count

SFWD_LMS::tax_term_count( string $columns,  string $id,  string $tax )

Update count of posts with a term


Description #

Callback for add_filter ‘edit_term_count’ There is no apply_filters or php call to execute this function


Parameters #

$columns

(string) (Required) Columns.

$id

(string) (Required) Field slug.

$tax

(string) (Required) Taxonomy.


Source #

File: includes/class-ld-lms.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.