edit_link()

Function: Updates or inserts a link using values provided in $_POST.

Source: wp-admin/includes/bookmark.php:28

Used by 1 function | Uses 7 functions

esc_attr_x()

Function: Translate string with gettext context, and escapes it for safe use in an attribute.

Source: wp-includes/l10n.php:372

Used by 5 functions | Uses 2 functions

esc_attr__()

Function: Retrieve the translation of $text and escapes it for safe use in an attribute.

Source: wp-includes/l10n.php:265

Used by 22 functions | Uses 2 functions

esc_html_x()

Function: Translate string with gettext context, and escapes it for safe use in HTML output.

Source: wp-includes/l10n.php:387

Used by 0 functions | Uses 2 functions

esc_html__()

Function: Retrieve the translation of $text and escapes it for safe use in HTML output.

Source: wp-includes/l10n.php:282

Used by 3 functions | Uses 2 functions

esc_js()

Function: Escape single quotes, htmlspecialchar ” &, and fix line endings.

Source: wp-includes/formatting.php:4309

Used by 18 functions | Uses 4 functions