*/ class DonationCountColumn extends ModelColumn { protected $sortColumn = 'totalNumberOfDonations'; /** * @since 2.24.0 * * @inheritDoc */ public static function getId(): string { return 'donationCount'; } /** * @since 2.24.0 * * @inheritDoc */ public function getLabel(): string { return __('Donations', 'give'); } /** * @since 4.12.0 Remove link from donation count column * @since 2.24.0 * * @inheritDoc * * @param Donor $model */ public function getCellValue($model): string { $totalDonations = $model->totalNumberOfDonations; return sprintf( '