File: wp-includes/deprecated.php
-
functionget_link()
Retrieves bookmark data based on ID.
-
functionclean_url()
Checks and cleans a URL.
-
functionjs_escape()
Escape single quotes, specialchar double quotes, and fix line endings.
-
functionwp_specialchars()
Legacy escaping for HTML blocks.
-
functionattribute_escape()
Escaping for HTML attributes.
-
functionregister_sidebar_widget()
Register widget for sidebar with backward compatibility.
-
functionunregister_sidebar_widget()
Serves as an alias of wp_unregister_sidebar_widget().
-
function__ngettext()
Retrieve the plural or single form based on the amount.
-
functionget_the_author_msn()
Retrieve the MSN address of the author of the current post.
-
functionthe_author_msn()
Display the MSN address of the author of the current post.
-
functionget_the_author_aim()
Retrieve the AIM address of the author of the current post.
-
functionthe_author_aim()
Display the AIM address of the author of the current post.
-
functionget_author_name()
Retrieve the specified author’s preferred display name.
-
functionget_the_author_url()
Retrieve the URL to the home page of the author of the current post.
-
functionthe_author_url()
Display the URL to the home page of the author of the current post.
-
functionget_the_author_ID()
Retrieve the ID of the author of the current post.
-
functionthe_author_ID()
Display the ID of the author of the current post.
-
functionthe_content_rss()
Display the post content for the feed.
-
hookthe_content_rss
Filters the post content in the context of an RSS feed.
-
functionmake_url_footnote()
Strip HTML and put links at the bottom of stripped content.
-
functionget_the_author_icq()
Retrieve the ICQ number of the author of the current post.
-
function_c()
Retrieve translated string with vertical bar context
-
functionthe_author_icq()
Display the ICQ number of the author of the current post.
-
functiontranslate_with_context()
Translates $text like translate(), but assumes that the text contains a context after its last vertical bar.
-
functionget_the_author_yim()
Retrieve the Yahoo! IM name of the author of the current post.
-
function_nc()
Legacy version of _n(), which supports contexts.
-
functionthe_author_yim()
Display the Yahoo! IM name of the author of the current post.
-
functionget_the_author_description()
Retrieve the description of the author of the current post.
-
functionthe_author_description()
Display the description of the author of the current post.
-
functionget_the_author_login()
Retrieve the login name of the author of the current post.