interface DeprecatedWpApi {
function get_postdata($postid);
function start_wp();
function the_category_ID($echo = true);
function the_category_head( $before = '', $after = '' );
function previous_post($format='%', $previous='previous post: ', $title='yes', $in_same_cat='no', $limitprev=1, $excluded_categories='');
function next_post($format='%', $next='next post: ', $title='yes', $in_same_cat='no', $limitnext=1, $excluded_categories='');
function user_can_create_post($user_id, $blog_id = 1, $category_id = 'None');
function user_can_create_draft($user_id, $blog_id = 1, $category_id = 'None');
function user_can_edit_post($user_id, $post_id, $blog_id = 1);
function user_can_delete_post($user_id, $post_id, $blog_id = 1);
function user_can_set_post_date($user_id, $blog_id = 1, $category_id = 'None');
function user_can_edit_post_date($user_id, $post_id, $blog_id = 1);
function user_can_edit_post_comments($user_id, $post_id, $blog_id = 1);
function user_can_delete_post_comments($user_id, $post_id, $blog_id = 1);
function user_can_edit_user($user_id, $other_user);
function wp_get_linksbyname($category, $args = '');
function get_linkobjectsbyname($cat_name = "noname" , $orderby = 'name', $limit = -1);
function get_linkobjects($category = 0, $orderby = 'name', $limit = 0);
function get_autotoggle($id = 0);
function wp_list_cats($args = '');
function list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '');
function wp_get_post_cats($blogid = '1', $post_ID = 0);
function wp_set_post_cats($blogid = '1', $post_ID = 0, $post_categories = array());
function get_archives($type='', $limit='', $format='html', $before = '', $after = '', $show_post_count = false);
function get_author_link($echo, $author_id, $author_nicename = '');
function get_settings($option);
function permalink_link();
function permalink_single_rss($deprecated = '');
function wp_get_links($args = '');
function get_links_list($order = 'name');
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true);
function get_linkrating( $link );
function get_linkcatname($id = 0);
function comments_rss_link($link_text = 'Comments RSS');
function get_category_rss_link($echo = false, $cat_ID = 1);
function get_author_rss_link($echo = false, $author_id = 1);
function comments_rss();
function create_user($username, $password, $email);
function gzip_compression();
function get_commentdata( $comment_ID, $no_cache = 0, $include_unapproved = false );
function get_catname( $cat_ID );
function get_category_children( $id, $before = '/', $after = '', $visited = array() );
function get_all_category_ids();
function get_the_author_description();
function the_author_description();
function get_the_author_login();
function the_author_login();
function get_the_author_firstname();
function the_author_firstname();
function get_the_author_lastname();
function the_author_lastname();
function get_the_author_nickname();
function the_author_nickname();
function get_the_author_email();
function the_author_email();
function get_the_author_icq();
function the_author_icq();
function get_the_author_yim();
function the_author_yim();
function get_the_author_msn();
function the_author_msn();
function get_the_author_aim();
function the_author_aim();
function get_author_name( $auth_id = false );
function get_the_author_url();
function the_author_url();
function get_the_author_ID();
function the_author_ID();
function the_content_rss($more_link_text='(more...)', $stripteaser=0, $more_file='', $cut = 0, $encode_html = 0);
function make_url_footnote( $content );
function _c( $text, $domain = 'default' );
function translate_with_context( $text, $domain = 'default' );
function _nc( $single, $plural, $number, $domain = 'default' );
function __ngettext();
function __ngettext_noop();
function get_alloptions();
function get_the_attachment_link($id = 0, $fullsize = false, $max_dims = false, $permalink = false);
function get_attachment_icon_src( $id = 0, $fullsize = false );
function get_attachment_icon( $id = 0, $fullsize = false, $max_dims = false );
function get_attachment_innerHTML($id = 0, $fullsize = false, $max_dims = false);
function get_link( $bookmark_id, $output = OBJECT, $filter = 'raw' );
function sanitize_url( $url, $protocols = null );
function clean_url( $url, $protocols = null, $context = 'display' );
function js_escape( $text );
function wp_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false );
function attribute_escape( $text );
function register_sidebar_widget($name, $output_callback, $classname = '');
function unregister_sidebar_widget($id);
function register_widget_control($name, $control_callback, $width = '', $height = '');
function unregister_widget_control($id);
function delete_usermeta( $user_id, $meta_key, $meta_value = '' );
function get_usermeta( $user_id, $meta_key = '' );
function update_usermeta( $user_id, $meta_key, $meta_value );
function get_users_of_blog( $id = '' );
function automatic_feed_links( $add = true );
function get_profile( $field, $user = false );
function get_usernumposts( $userid );
function funky_javascript_callback($matches);
function funky_javascript_fix($text);
function is_taxonomy( $taxonomy );
function is_term( $term, $taxonomy = '', $parent = 0 );
function is_plugin_page();
function update_category_cache();
function wp_timezone_supported();
function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2, $extended = true);
function get_user_metavalues($ids);
function sanitize_user_object($user, $context = 'display');
function get_boundary_post_rel_link($title = '%title', $in_same_cat = false, $excluded_categories = '', $start = true);
function start_post_rel_link($title = '%title', $in_same_cat = false, $excluded_categories = '');
function get_index_rel_link();
function index_rel_link();
function get_parent_post_rel_link( $title = '%title' );
function parent_post_rel_link( $title = '%title' );
function wp_admin_bar_dashboard_view_site_menu( $wp_admin_bar );
function is_blog_user( $blog_id = 0 );
function debug_fopen( $filename, $mode );
function debug_fwrite( $fp, $string );
function debug_fclose( $fp );
function get_themes();
function get_theme( $theme );
function get_current_theme();
function clean_pre($matches);
function add_custom_image_header( $wp_head_callback, $admin_head_callback, $admin_preview_callback = '' );
function remove_custom_image_header();
function add_custom_background( $wp_head_callback = '', $admin_head_callback = '', $admin_preview_callback = '' );
function remove_custom_background();
function get_theme_data( $theme_file );
function update_page_cache( &$pages );
function clean_page_cache( $id );
function wp_explain_nonce( $action );
function sticky_class( $post_id = null );
function _get_post_ancestors( &$post );
function wp_load_image( $file );
function image_resize( $file, $max_w, $max_h, $crop = false, $suffix = null, $dest_path = null, $jpeg_quality = 90 );
function wp_get_single_post( $postid = 0, $mode = OBJECT );
function user_pass_ok($user_login, $user_pass);
function _save_post_hook();
function gd_edit_image_support($mime_type);
function wp_convert_bytes_to_hr( $bytes );
function _search_terms_tidy( $t );
function rich_edit_exists();
function default_topic_count_text( $count );
function format_to_post( $content );
function like_escape($text);
function url_is_accessable_via_ssl( $url );
function preview_theme();
function _preview_theme_template_filter();
function _preview_theme_stylesheet_filter();
function preview_theme_ob_filter( $content );
function preview_theme_ob_filter_callback( $matches );
function wp_richedit_pre($text);
function wp_htmledit_pre($output);
function post_permalink( $post_id = 0 );
function wp_get_http( $url, $file_path = false, $red = 1 );
function force_ssl_login( $force = null );
function get_comments_popup_template();
function is_comments_popup();
function comments_popup_script();
function popuplinks( $text );
function wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr );
function get_paged_template();
function wp_kses_js_entities( $string );
function _usort_terms_by_ID( $a, $b );
function _usort_terms_by_name( $a, $b );
function _sort_nav_menu_items( $a, $b );
}