function stripos($haystack, $needle){ return strpos($haystack, stristr( $haystack, $needle )); }
View all references View on Trac View on GitHub
© 2003–2024 WordPress FoundationLicensed under the GNU GPLv2+ License. https://developer.wordpress.org/reference/functions/stripos