For example, callback autocomplete should work for the following: ```php add_filter( 'i_dont_exist', | ``` It should provide a generic callback signature, something like: ```php function filter_i_dont_exist( $value ) { | return $value; } ```