You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
johnbillion
changed the title
Add autocomplete for the callback even if the hook isn't a known one
Add autocomplete for the callback even if the hook isn't known
Sep 19, 2020
For example, callback autocomplete should work for the following:
add_filter( 'i_dont_exist', |
It should provide a generic callback signature, something like:
The text was updated successfully, but these errors were encountered: