Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / WithdrawalsList / WithdrawalsList::column_amount()

WithdrawalsList::column_amount( $item )


Source

File: classes/WithdrawalsList.php

	function column_amount( $item ) {
		echo "<p>" . dozent_price( $item->amount ) . "</p>";
		echo "<p><span class='dozent-pill dozent-pill-{$item->status}'>{$item->status}</span></p>";
	}

Expand full source code Collapse full source code


Related

Uses

Uses
Uses Description
includes/core-functions.php: dozent_price()

Format the price with a currency symbol.

© 2023, Dozent LMS