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_tag_link()’ PHP function Written by Adrian Gordon WordPress Displays or retrieves the edit link for a tag with formatting.
Using WordPress ‘edit_post()’ PHP function Written by Adrian Gordon WordPress Updates an existing post with values provided in §_POST.
Using WordPress ‘edit_comment()’ PHP function Written by Adrian Gordon WordPress The `edit_comment()` function in WordPress allows users to update comments by using the `$_POST` superglobal array
Using WordPress ‘dropdown_link_categories()’ PHP function Written by Adrian Gordon WordPress Legacy function used to generate a link categories checklist control.
Using WordPress ‘dropdown_cats()’ PHP function Written by Adrian Gordon WordPress Deprecated method for generating a drop-down of categories.
Using WordPress ‘dropdown_categories()’ PHP function Written by Adrian Gordon WordPress Legacy function used to generate the categories checklist control.