Disable-Users icon indicating copy to clipboard operation
Disable-Users copied to clipboard

Error with filter for bulk action handling

Open spraddles opened this issue 7 years ago • 0 comments

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 );

spraddles avatar Oct 29 '18 09:10 spraddles