W3cubDocs

/WordPress

stripos( $haystack, $needle )

Source

File: wp-includes/class-pop3.php

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

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