Skip to content

Add autocomplete for the callback even if the hook isn't known #27

@johnbillion

Description

@johnbillion

For example, callback autocomplete should work for the following:

add_filter( 'i_dont_exist', |

It should provide a generic callback signature, something like:

function filter_i_dont_exist( $value ) {
    |
    return $value;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions