Open spraddles opened 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 );
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 );