Dozent LMS developer documentation

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

WithdrawalsList::column_requested_at( $item )


Source

File: classes/WithdrawalsList.php

	function column_requested_at( $item ) {
		echo "<p>" . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ),
				strtotime( $item->created_at ) ) . "</p>";
	}

Expand full source code Collapse full source code

© 2023, Dozent LMS