File: wp-includes/deprecated.php
-
functionget_category_rss_link()
Print/Return link to category RSS2 feed.
-
functionwp_get_post_cats()
Retrieves a list of post categories.
-
functionwp_set_post_cats()
Sets the categories that the post ID belongs to.
-
functionget_archives()
Retrieves a list of archives.
-
functionuser_can_delete_post_comments()
Whether user can delete a post.
-
functionuser_can_edit_user()
Can user can edit other user.
-
functionget_linksbyname()
Gets the links associated with category $cat_name.
-
functionwp_get_linksbyname()
Gets the links associated with the named category.
-
functionget_linkobjectsbyname()
Gets an array of link objects associated with category $cat_name.
-
functionget_linkobjects()
Gets an array of link objects associated with category n.
-
functionget_linksbyname_withrating()
Gets the links associated with category ‘cat_name’ and display rating stars/chars.
-
functionget_links_withrating()
Gets the links associated with category n and display rating stars/chars.
-
functionget_autotoggle()
Gets the auto_toggle setting.
-
functionuser_can_create_post()
Whether user can create a post.
-
functionlist_cats()
Lists categories.
-
functionuser_can_create_draft()
Whether user can create a post.
-
functionwp_list_cats()
Lists categories.
-
functionuser_can_edit_post()
Whether user can edit a post.
-
functionuser_can_delete_post()
Whether user can delete a post.
-
functionuser_can_set_post_date()
Whether user can set new posts’ dates.
-
functionuser_can_edit_post_date()
Whether user can delete a post.
-
functionuser_can_edit_post_comments()
Whether user can delete a post.
-
functionget_postdata()
Retrieves all post data for a given post.
-
functionstart_wp()
Sets up the WordPress Loop.
-
functionthe_category_ID()
Returns or prints a category ID.
-
functionthe_category_head()
Prints a category with optional text before and after.
-
functionprevious_post()
Prints a link to the previous post.
-
functionnext_post()
Prints link to the next post.
-
functionwp_kses_js_entities()
Removes the HTML JavaScript entities found in early versions of Netscape 4.
-
functionis_comments_popup()
Determines whether the current URL is within the comments popup window.