fix for row actions
-
Hi, I have rows actions (edit, delete link) in first column, where is checkbox. Position isnt correct.
My fix
class.LogEmailsPostTypeLog.php
after line 51
add_filter(‘list_table_primary_column’, array($this, ‘listTablePrimaryColumn’), 10, 2 );after line 306
public function listTablePrimaryColumn( $default, $screen ) {
return ‘_log_emails_title’;
}Working ok now ??
Thank you
- The topic ‘fix for row actions’ is closed to new replies.