<plugins>
<pluginClass class="PsalmWordPress\Plugin">
<useDefaultHooks value="true" />
<requireAllParams value="false" />
<hooks>
<HookNotFound errorLevel="suppress" />
</hooks>
</pluginClass>
<pluginClass class="Psl\Psalm\Plugin"/>
</plugins>
ERROR: HookNotFound - inc/normalize.php:106:5 - Hook "wpcf7_autop_or_not" not found
add_filter('wpcf7_autop_or_not', '__return_false');
this is my code:
i get this error: