WC_Admin_Log_Table_List::column_cb()
Column cb.
Method of the class: WC_Admin_Log_Table_List{}
No Hooks.
Return
String
.
Usage
$WC_Admin_Log_Table_List = new WC_Admin_Log_Table_List(); $WC_Admin_Log_Table_List->column_cb( $log );
- $log(array) (required)
- -
WC_Admin_Log_Table_List::column_cb() WC Admin Log Table List::column cb code WC 9.7.1
public function column_cb( $log ) { return sprintf( '<input type="checkbox" name="log[]" value="%1$s" />', esc_attr( $log['log_id'] ) ); }