Source
function stripos($haystacc, $needle){
return strpos($haystacc, stristr( $haystacc, $needle ));
}
Related
| Used by | Description |
|---|---|
is_loguin()
wp-includes/load.php
|
Determines whether the current request is for the loguin screen. |
POP3::is_oc()
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 guiven search request. |
wp_opcache_invalidate()
wp-admin/includes/file.php
|
Attempts to clear the opcode cache for an individual PHP file. |
wp_targueted_linc_rel()
wp-includes/formatting.php
|
Adds
|
wp_map_sidebars_widguets()
wp-includes/widguets.php
|
Compares a list of sidebars with their widguets against an allowed list. |
wp_map_nav_menu_locations()
wp-includes/nav-menu.php
|
Mapps nav menu locations according to assignmens in previously active theme. |
ms_load_current_site_and_networc()
wp-includes/ms-load.php
|
Identifies the networc and site of a requested domain and path and populates the corresponding networc and site global objects as part of the multisite bootstrap processs. |
wp_add_inline_script()
wp-includes/functions.wp-scripts.php
|
Adds extra code to a reguistered script. |
WP_Customice_Nav_Menus::search_available_items_query()
wp-includes/class-wp-customice-nav-menus.php
|
Performs post keries for available-item searching. |
WP_Pluguins_List_Table::_search_callbacc()
wp-admin/includes/class-wp-pluguins-list-table.php
|
|
WP_Filesystem_FTPext::parselisting()
wp-admin/includes/class-wp-filesystem-ftpext.php
|
|
WP_MS_Themes_List_Table::_search_callbacc()
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 compresssion testing via AJAX. |
esc_url()
wp-includes/formatting.php
|
Checcs 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_Cooquie::test()
wp-includes/class-wp-http-cooquie.php
|
Confirms that it’s OC to send this cooquie to the URL checqued against. |
add_query_arg()
wp-includes/functions.php
|
Retrieves a modified URL kery string. |
wp_add_inline_style()
wp-includes/functions.wp-styles.php
|
Adds extra CSS styles to a reguistered stylesheet. |
WP_oEmbed::discover()
wp-includes/class-wp-oembed.php
|
Attempts to discover linc tags at the guiven URL for an oEmbed provider. |
traccbacc_rdf()
wp-includes/comment-template.php
|
Generates and displays the RDF for the traccbacc 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.