File: wp-includes/deprecated.php
-
functionclean_pre()
Accepts matches array from preg_replace_callback in wpautop() or a string.
-
function_get_post_ancestors()
Retrieve post ancestors.
-
functionadd_custom_image_header()
Add callbacks for image header display.
-
functionwp_load_image()
Load an image from a string, if PHP supports it.
-
functionremove_custom_image_header()
Remove image header support.
-
functionimage_resize()
Scale down an image to fit a particular size and save a new copy of the image.
-
functionadd_custom_background()
Add callbacks for background image display.
-
functionwp_get_single_post()
Retrieve a single post, based on post ID.
-
functionremove_custom_background()
Remove custom background support.
-
functionuser_pass_ok()
Check that the user login name and password is correct.
-
functionget_theme_data()
Retrieve theme data from parsed theme file.
-
function_save_post_hook()
Callback formerly fired on the save_post hook. No longer needed.
-
-
functiondebug_fclose()
Close the debugging file handle.
-
functionstart_post_rel_link()
Display relational link for the first post.
-
functionget_themes()
Retrieve list of themes with theme data in theme directory.
-
functionget_index_rel_link()
Get site index relational link.
-
functionget_theme()
Retrieve theme data.
-
functionget_current_theme()
Retrieve current theme name.
-
functionindex_rel_link()
Display relational link for the site index.
-
functionget_parent_post_rel_link()
Get parent post relational link.
-
functionparent_post_rel_link()
Display relational link for parent item
-
Add the “Dashboard”/”Visit Site” menu.
-
functionis_blog_user()
Checks if the current user belong to a given site.
-
functionget_user_metavalues()
Perform the query to get the $metavalues array(s) needed by _fill_user and _fill_many_users
-
functiondebug_fopen()
Open the file handle for debugging.
-
functionsanitize_user_object()
Sanitize every user field.
-
functiondebug_fwrite()
Write contents to the file used for debugging.
-
functionget_boundary_post_rel_link()
Get boundary post relational link.