wordpress / latest / functions / stripos.html

stripos( $haystack, $needle )

Source

File: wp-includes/class-pop3.php. View all references

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

Used By

Used By Description

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