Source
function stripos($haystack, $needle){
return strpos($haystack, stristr( $haystack, $needle ));
}
Related
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 post formats 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_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. |
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 | Handles compression testing via AJAX. |
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 | Adds 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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.