Using WordPress ‘esc_html()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'esc_html()' PHP function to safely output HTML without risk of Cross-Site Scripting (XSS) attacks
Using WordPress ‘esc_attr__()’ PHP function Written by Adrian Gordon WordPress Retrieves the translation of §text and escapes it for safe use in an attribute.
Using WordPress ‘esc_attr_x()’ PHP function Written by Adrian Gordon WordPress Translates string with gettext context, and escapes it for safe use in an attribute.
Using WordPress ‘esc_attr_e()’ PHP function Written by Adrian Gordon WordPress Displays translated text that has been escaped for safe use in an attribute.
Using WordPress ‘edit_comment_link()’ PHP function Written by Adrian Gordon WordPress The `edit_comment_link()` function in WordPress generates the HTML for the "Edit" link that appears below each comment
Using WordPress ‘edit_tag_link()’ PHP function Written by Adrian Gordon WordPress Displays or retrieves the edit link for a tag with formatting.
Using WordPress ‘edit_post_link()’ PHP function Written by Adrian Gordon WordPress The `edit_post_link()` function in WordPress generates an HTML link for editing a specific post
Using WordPress ‘edit_post()’ PHP function Written by Adrian Gordon WordPress Updates an existing post with values provided in §_POST.
Using WordPress ‘edit_link()’ PHP function Written by Adrian Gordon WordPress Updates or inserts a link using values provided in §_POST.