Filter: sensei_analysis_user_profile_columns_sortable

apply_filters( 'sensei_analysis_user_profile_columns_sortable', $columns ) → {array}

Filter sortable columns that are going to be used in the table.

Parameters:
Name Type Description
$columns array

The array of sortable columns to use with the table.

Source:
Returns:

The filtered array of sortable columns to use with the table.

Type
array