On this page
stripos( $haystack, $needle )
Source
File: wp-includes/class-pop3.php. View all references
function stripos($haystack, $needle){
return strpos($haystack, stristr( $haystack, $needle ));
}
Related
Used By
| Used By | Description |
|---|---|
| is_login() wp-includes/load.php | Determines whether the current request is for the login screen. |
| POP3::is_ok() wp-includes/class-pop3.php | |
| WP_REST_Post_Format_Search_Handler::search_items() wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php | Searches the object type content for a given search request. |
| wp_opcache_invalidate() wp-admin/includes/file.php | Attempts to clear the opcode cache for an individual PHP file. |
| wp_targeted_link_rel() wp-includes/formatting.php | Adds |
| wp_register_tinymce_scripts() wp-includes/script-loader.php | Registers TinyMCE scripts. |
| wp_map_sidebars_widgets() wp-includes/widgets.php | Compares a list of sidebars with their widgets against an allowed list. |
| wp_map_nav_menu_locations() wp-includes/nav-menu.php | Maps nav menu locations according to assignments in previously active theme. |
| Requests::request() wp-includes/class-requests.php | Main interface for HTTP requests |
| ms_load_current_site_and_network() wp-includes/ms-load.php | 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_add_inline_script() wp-includes/functions.wp-scripts.php | Adds extra code to a registered script. |
| WP_Customize_Nav_Menus::search_available_items_query() wp-includes/class-wp-customize-nav-menus.php | Performs post queries for available-item searching. |
| WP_Plugins_List_Table::_search_callback() wp-admin/includes/class-wp-plugins-list-table.php | |
| WP_Filesystem_FTPext::parselisting() wp-admin/includes/class-wp-filesystem-ftpext.php | |
| WP_MS_Themes_List_Table::_search_callback() wp-admin/includes/class-wp-ms-themes-list-table.php | |
| WP_Filesystem_Base::find_folder() wp-admin/includes/class-wp-filesystem-base.php | Locates a folder on the remote filesystem. |
| WP_Themes_List_Table::search_theme() wp-admin/includes/class-wp-themes-list-table.php | |
| media_buttons() wp-admin/includes/media.php | Adds the media button to the editor. |
| wp_ajax_wp_compression_test() wp-admin/includes/ajax-actions.php | Ajax handler for compression testing. |
| esc_url() wp-includes/formatting.php | Checks and cleans a URL. |
| wp_mail() wp-includes/pluggable.php | Sends an email, similar to PHP’s mail function. |
| WP_Http_Encoding::should_decode() wp-includes/class-wp-http-encoding.php | Whether the content be decoded based on the headers. |
| WP_Http_Cookie::test() wp-includes/class-wp-http-cookie.php | Confirms that it’s OK to send this cookie to the URL checked against. |
| add_query_arg() wp-includes/functions.php | Retrieves a modified URL query string. |
| wp_add_inline_style() wp-includes/functions.wp-styles.php | Add extra CSS styles to a registered stylesheet. |
| WP_oEmbed::discover() wp-includes/class-wp-oembed.php | Attempts to discover link tags at the given URL for an oEmbed provider. |
| trackback_rdf() wp-includes/comment-template.php | Generates and displays the RDF for the trackback information of current post. |
| _WP_Editors::editor() wp-includes/class-wp-editor.php | Outputs the HTML for a single instance of the editor. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/stripos