## Is your feature request related to a problem? <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> ## Describe the solution you'd like Add a lint for `strpos !== false` to use `! str_contains` and the opposite. See https://github.com/WordPress/wordpress-develop/commit/9e9887d8b8fa49685c484ee606748e1f0aca1bf9. `str_contains` is a php 8.0 function but a polyfill was added in core in WP 5.9. https://github.com/WordPress/wordpress-develop/commit/3cc8f1237a737ccf895682029afacafd7305d420 ## Additional context (optional) <!-- Add any other context or screenshots about the feature request here. -->