getListTableData(); $totalDonations = $campaignsData->getDonationsCount($model); $label = sprintf( '
%s
', $totalDonations ); return apply_filters("givewp_list_table_cell_value_{$this::getId()}_content", $label, $model, $this); } }