Filter: sensei_students_report_last_activity_filter_enabled

apply_filters( 'sensei_students_report_last_activity_filter_enabled', $enabled ) → {bool}

Filters if the last activity filter by date and the last activity sorting are enabled in the students report.

Parameters:
Name Type Description
$enabled bool

Whether the students last activity filter is enabled.

Since:
  • 4.6.4
Source:
Returns:

Whether the students last activity filter is enabled.

Type
bool