WC_Admin_Log_Table_List::column_cb( array $log )

Column cb.


Description Description


Parameters Parameters

$log

(Required)


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/admin/class-wc-admin-log-table-list.php

	public function column_cb( $log ) {
		return sprintf( '<input type="checkbox" name="log[]" value="%1$s" />', esc_attr( $log['log_id'] ) );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.