W3cubDocs

/WordPress

stripos( $haystack, $needle )

Source

function stripos($haystack, $needle){
    return strpos($haystack, stristr( $haystack, $needle ));
}

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/stripos