jaredatch / Disable-Users

WordPress plugin that provides the ability to disable specific user accounts.
27 stars 17 forks source link

Error with filter for bulk action handling #27

Open spraddles opened 6 years ago

spraddles commented 6 years ago

This line: add_filter( 'handle_bulk_actions-users', array( $this, 'handle_bulk_disable_users' ), 10, 3 );

...should be: add_filter( 'handle_bulk_actions-users', array( $this, 'handle_bulk_actions_disable_users' ), 10, 3 );