The deprecated functions are listed in the following files.
/wp-includes/deprecated.php
/wp-admin/includes/deprecated.php
/wp-includes/pluggable-deprecated.php
/wp-includes/ms-deprecated.php
/wp-admin/includes/ms-deprecated.php
As to whether the Codex is updated with the above I have no idea, but like always.. when in doubt look into the actual core code. Use an IDE or text editor that has a good find in files search, so you can quickly figure out what is going on over the whole codebase.
Related Posts:
- Is the codex no longer actively maintained?
- Add Option if Not Exists
- Why is the use of @uses tag in docblocks discouraged?
- What does the raw value for the get_bloginfo’s filter argument exactly do?
- *Just curious* I erroneously used hook add_action() instead of add_filter() and there was no error and the result was correct. Why is that?
- WordPress Codex has different number of arguments for get_previous_post and get_next_post functions. Why?
- WordPress Codex or equivlent for Kindle use?
- Difference between `is_serialized_string` and `is_serialized`
- Wp Super Cache – Function to reset cache of a specific page
- What is the significance of _e(“Some String”, ‘String’)?
- Using Json Schema with wordpress codex
- adding category and tags to admin plugins menu
- How to disable Wp-Page Navigation on Blank Search in WordPress
- Cleanup orphaned wp_terms and wp_term_taxonomy
- how do i add customizer edit option without plugin in wp
- Next/Previous Url only
- What is the reason to use function strings for callbacks
- Is there a flowchart for WordPress loading sequence?
- numberposts? showposts? posts_per_page?
- How long does a deprecated function live in core?
- How to deprecate a function used in a plugin?
- Upload Multiple Files With media_handle_upload
- Alternative to query_posts for main loop? [duplicate]
- Is There a Plugin Life Cycle Documentation?
- What does is_page_template() compare against?
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- Deprecating functions in a plugin class
- What is the best way to handle deprecated functions?
- Different number of posts in each category
- Automating deprecated call checks?
- How can I see a list of pages and post where my custom Gutenberg block is used?
- How to replace bloginfo(template_url)
- Authoritative answer on which boots first – Plugins or Themes?
- Warning/Notice about functions.php
- Which action to hook wp_enqueue_script to? wp_head or wp_enqueue_scripts? [duplicate]
- Use ‘add_theme_support’ instead of ‘add_custom_image_header’ In WordPress 3.4
- How can i list current author’s categories?
- How to copy an existing (custom themed) site to a new domain
- How can I do customizations on login, registration and password recovery forms?
- How to debug WordPress correctly?
- wp_get_attachment_image_src always returns false
- _deprecated_argument for constants
- Whats the difference between blog_info(‘stylesheet_url’) difference get_stylesheet_uri()
- WordPress codex: apply_filters – clarification on creating a new hook on the fly. How do we use it?
- get_current_site() not returning site name
- Why does WP recommend against custom favicon functionality in themes?
- Are we allowed to use the Allman (BSD) indent style when coding WordPress plugins and themes?
- Override Constants in Child theme
- Can I check plugins and themes for PHP 5.6 ahead of global PHP server Update
- Browser title script ignoring is_page /else conditional [closed]
- Calling a plugin in theme development
- Changing next and previous post link text
- Does codex.wordpress.org use a plugin of some sort? If so what plugin?
- When to use an if statement after get_posts?
- Logic to Print/echo a css class only for 1st post and ignore all post after 1st? [closed]
- Programatically added attribute, set to ‘show on product page’ automatically. Woocommerce [closed]
- Where is the changelog for 3.5? where is the list of added removed files?
- Get the category name outside of the loop in category.php
- I want to remove the home page header image from all other pages
- download_url() appears as grey icons
- How to use WP_Term with (menu) argument in the wp_nav_menu?
- How to use Internationalized human_time_diff() function in Chinese?
- How a deprecated function can crash WordPress site while upgrading
- Is the ‘/category/post-name-date/’ permalink structure okay?
- Help with WordPress Query
- media_buttons_context is deprecated
- How to slice an array using posts_per_page? [closed]
- Deprecated: mysql_connect():
- WordPress is adding margins and padding to my custom menu?
- How to add a zero before numbers in WordPress Post Pagination?
- $reverse_top_level works the opposite way according to Codex?
- Multiple Images/ Slider with custom post [single.php] [closed]
- Mute Debug Messages from Plugins
- Deprecated issue in WordPress [closed]
- wp_customize_image_control deprecated add_tab alternative
- Set $options reference
- WordPress from url get external source title
- Codex Version Focus on Production or Nightly?
- Display only author posts in dashboard all posts panel
- Breadcrumbs – get the author?
- Replacing a deprecated filter ‘woocommerce_get_price’ with ‘woocommerce_product_get_price’
- the_tags : can we insert a class
- Pass parameter to hooked function using custom page template
- wp_get_theme Warning: Illegal offset type
- Deprecated function get_user_by_email($email)
- Is it safe to update from 2.6.2 to the newest version?
- WP_Query for custom post type and category_id not working
- WordPress core code contains things marked as deprecated by… WordPress?
- REQUIRED: get_bloginfo(‘template_url’) was found in the file search.php. Use get_template_directory_uri() instead
- get_month_link uses what wordpress template?
- wp_create_category deprecated?
- post_class not working with css
- Do I need to include a textdomain if my theme doesn’t support translation?
- Enqueueing Scripts/Styles mid-page
- What are these undocumented arguments for register_taxonomy?
- How do I define and register a shortcode function in a namespaced functions.php file?
- I changed .live() to .on() but change is not reflected on the server
- Overwrote index.php. When I restored it, I got lots of Notice level errors
- wp_get_http has been deprecated. Use WP_Http instead
- using add_action without having custom plugin or theme