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>"; }