stripos( $haystack, $needle )
Source
File: wp-includes/class-pop3.php
function stripos($haystack, $needle){
return strpos($haystack, stristr( $haystack, $needle ));
}
Related
Used By
Used By | Description |
---|---|
wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php: WP_REST_Post_Format_Search_Handler::search_items() |
Searches the object type content for a given search request. |
wp-includes/functions.wp-styles.php: wp_add_inline_style() |
Adds extra CSS styles to a registered stylesheet. |
wp-includes/class-pop3.php: POP3::is_ok() | |
wp-includes/nav-menu.php: wp_map_nav_menu_locations() |
Maps nav menu locations according to assignments in previously active theme. |
wp-includes/ms-load.php: ms_load_current_site_and_network() |
Identifies the network and site of a requested domain and path and populates the corresponding network and site global objects as part of the multisite bootstrap process. |
wp-includes/functions.wp-scripts.php: wp_add_inline_script() |
Adds extra code to a registered script. |
wp-admin/includes/class-wp-plugins-list-table.php: WP_Plugins_List_Table::_search_callback() | |
wp-admin/includes/class-wp-filesystem-ftpext.php: WP_Filesystem_FTPext::parselisting() | |
wp-admin/includes/class-wp-ms-themes-list-table.php: WP_MS_Themes_List_Table::_search_callback() | |
wp-admin/includes/class-wp-themes-list-table.php: WP_Themes_List_Table::search_theme() |