Skip to content

Error with filter for bulk action handling #27

@spraddles

Description

@spraddles

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions