Filter: dt_pull_list_table_tr_class

apply_filters( 'dt_pull_list_table_tr_class', $class, $item ) → {string}

Filters the class used on the table row on the pull list table.

Parameters:
Name Type Description
$class string

The class name.

$item WP_Post

The current post object.

Source:
Returns:

The class name.

Type
string