Skip to content

Too few arguments to function,1 passed and exactly 2 expected #6

@nhnansari

Description

@nhnansari

Too few arguments to function,1 passed and exactly 2 expected

This error is thrown in the following case

 add_action('user_created', function($user,$manager) {

        }, 20, 2);

 do_action( "user_created",[$request,22]);

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