atwellpub / resend-welcome-email

WordPress plugin that helps quickly regenerate a new passwords & send a new welcome email to a user.
17 stars 14 forks source link

User row actions disabled #8

Open MarcGuay opened 7 years ago

MarcGuay commented 7 years ago

Hello,

Is there a reason the user-row-action to resend the email on the users list page is commented out? I've just tested it and it works, wondering if I'm missing something.

Line 49 add_filter( 'user_row_actions', array( __CLASS__, 'filter_user_row_actions' ), 10, 2 );

atwellpub commented 7 years ago

I can't think of one, if it works. Any reason to not uncomment it that you can think of? It looks like I had it commented out from first commit. I can't remember why.