wp_get_tooltip_helper()wp-includes/general-template.php | Retrieves the markup for an accessible tooltip or toggletip.
|
wp_send_note_notification()wp-includes/comment.php | Sends a single note mention notification email.
|
WP_MS_Sites_List_Table::get_primary_column_aria_label()wp-admin/includes/class-wp-ms-sites-list-table.php | Returns a clean label for the primary (URL) column’s row header aria-label.
|
WP_Media_List_Table::get_primary_column_aria_label()wp-admin/includes/class-wp-media-list-table.php | Returns a clean label for the primary (File) column’s row header aria-label.
|
WP_Links_List_Table::get_primary_column_aria_label()wp-admin/includes/class-wp-links-list-table.php | Returns a clean label for the primary (Name) column’s row header aria-label.
|
WP_Font_Face::generate_and_print()wp-includes/fonts/class-wp-font-face.php | Generates and prints the @font-face styles for the given fonts.
|
WP_Style_Engine_CSS_Declarations::filter_declaration()wp-includes/style-engine/class-wp-style-engine-css-declarations.php | Filters a CSS property + value pair.
|
WP_REST_URL_Details_Controller::prepare_metadata_for_output()wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php | Prepares the metadata by: – stripping all HTML tags and tag entities.
|
WP_Application_Passwords_List_Table::print_js_template_row()wp-admin/includes/class-wp-application-passwords-list-table.php | Prints the JavaScript template for the new row item.
|
WP_REST_Block_Directory_Controller::prepare_item_for_response()wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php | Parse block metadata for a block, and prepare it for an API response.
|
wp_check_comment_disallowed_list()wp-includes/comment.php | Checks if a comment contains disallowed characters or words.
|
Plugin_Installer_Skin::do_overwrite()wp-admin/includes/class-plugin-installer-skin.php | Checks if the plugin can be overwritten and outputs the HTML for overwriting a plugin on upload.
|
Theme_Installer_Skin::do_overwrite()wp-admin/includes/class-theme-installer-skin.php | Checks if the theme can be overwritten and outputs the HTML for overwriting a theme on upload.
|
WP_Recovery_Mode_Email_Service::send_recovery_mode_email()wp-includes/class-wp-recovery-mode-email-service.php | Sends the Recovery Mode email to the site admin email address.
|
_sanitize_text_fields()wp-includes/formatting.php | Internal helper function to sanitize a string from user input or from the database.
|
WP_Screen::render_list_table_columns_preferences()wp-admin/includes/class-wp-screen.php | Renders the list table columns preferences.
|
WP_Posts_List_Table::column_title()wp-admin/includes/class-wp-posts-list-table.php | Handles the title column output.
|
WP_List_Table::single_row_columns()wp-admin/includes/class-wp-list-table.php | Generates the columns for a single row of the table.
|
do_meta_boxes()wp-admin/includes/template.php | Meta-Box template function.
|
WP_Users_List_Table::single_row()wp-admin/includes/class-wp-users-list-table.php | Generates HTML for a single row on the users.php admin panel.
|
media_upload_form_handler()wp-admin/includes/media.php | Handles form submissions for the legacy media uploader.
|
edit_post()wp-admin/includes/post.php | Updates an existing post with values provided in $_POST.
|
wp_ajax_save_attachment()wp-admin/includes/ajax-actions.php | Handles updating attachment attributes via AJAX.
|
wp_html_excerpt()wp-includes/formatting.php | Safely extracts not more than the first $count characters from HTML string.
|
wp_trim_words()wp-includes/formatting.php | Trims text to a certain number of words.
|
sanitize_user()wp-includes/formatting.php | Sanitizes a username, stripping out unsafe characters.
|
WP_Widget_RSS::widget()wp-includes/widgets/class-wp-widget-rss.php | Outputs the content for the current RSS widget instance.
|
wp_admin_bar_my_account_item()wp-includes/admin-bar.php | Adds the “My Account” item.
|
wp_setup_nav_menu_item()wp-includes/nav-menu.php | Decorates a menu item object with the shared navigation menu item properties.
|
Example
Be aware that
wp_strip_all_tags()cannot be used to check if a text is html by a simple comparison between the original string and the parsed string.The difference is in the
trim()applied to the returned value.