wp admin includes deprecated.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki
interface AdminDeprecatedFacadeInterface {
function tinymce_include();
function documentation_link();
function wp_shrink_dimensions( $width, $height, $wmax = 128, $hmax = 96 );
function get_udims( $width, $height );
function dropdown_categories( $default = 0, $parent = 0, $popular_ids = array() );
function dropdown_link_categories( $default = 0 );
function get_real_file_to_edit( $file );
function wp_dropdown_cats( $currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0 );
function add_option_update_handler( $option_group, $option_name, $sanitize_callback = '' );
function remove_option_update_handler( $option_group, $option_name, $sanitize_callback = '' );
function codepress_get_lang( $filename );
function codepress_footer_js();
function use_codepress();
function get_author_user_ids();
function get_editable_authors( $user_id );
function get_editable_user_ids( $user_id, $exclude_zeros = true, $post_type = 'post' );
function get_nonauthor_user_ids();
function __construct( $search_term = '', $page = '', $role = '' );
public function WP_User_Search( $search_term = '', $page = '', $role = '' );
public function prepare_query();
public function query();
function prepare_vars_for_template_usage();
public function do_paging();
public function get_results();
function page_links();
function results_are_paged();
function is_search();
function get_others_unpublished_posts( $user_id, $type = 'any' );
function get_others_drafts($user_id);
function get_others_pending($user_id);
function wp_dashboard_quick_press_output();
function wp_tiny_mce( $teeny = false, $settings = false );
function wp_preload_dialogs();
function wp_print_editor_js();
function wp_quicktags();
function screen_layout( $screen );
function screen_options( $screen );
function screen_meta( $screen );
function favorite_actions();
function media_upload_image();
function media_upload_audio();
function media_upload_video();
function media_upload_file();
function type_url_form_image();
function type_url_form_audio();
function type_url_form_video();
function type_url_form_file();
function add_contextual_help( $screen, $help );
function get_allowed_themes();
function get_broken_themes();
function current_theme_info();
function _insert_into_post_button( $type );
function _media_button($title, $icon, $type, $id);
function get_post_to_edit( $id );
function get_default_page_to_edit();
function wp_create_thumbnail( $file, $max_side, $deprecated = '' );
function wp_nav_menu_locations_meta_box();
function wp_update_core($current, $feedback = '');
function wp_update_plugin($plugin, $feedback = '');
function wp_update_theme($theme, $feedback = '');
function the_attachment_links( $id = false );
function screen_icon();
function get_screen_icon();
function wp_dashboard_incoming_links_output();
function wp_dashboard_secondary_output();
function wp_dashboard_incoming_links();
function wp_dashboard_incoming_links_control();
function wp_dashboard_plugins();
function wp_dashboard_primary_control();
function wp_dashboard_recent_comments_control();
function wp_dashboard_secondary();
function wp_dashboard_secondary_control();
function _relocate_children( $old_ID, $new_ID );
function add_object_page( $page_title, $menu_title, $capability, $menu_slug, $function = '', $icon_url = '');
function add_utility_page( $page_title, $menu_title, $capability, $menu_slug, $function = '', $icon_url = '');
function post_form_autocomplete_off();
}