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?
- Upload Multiple Files With media_handle_upload
- 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
- 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?
- 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?
- Whats the difference between blog_info(‘stylesheet_url’) difference get_stylesheet_uri()
- Why does WP recommend against custom favicon functionality in 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]
- 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?
- 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?
- $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
- Codex Version Focus on Production or Nightly?
- Breadcrumbs – get the author?
- Replacing a deprecated filter ‘woocommerce_get_price’ with ‘woocommerce_product_get_price’
- Pass parameter to hooked function using custom page template
- wp_get_theme Warning: Illegal offset type
- Deprecated function get_user_by_email($email)
- WP_Query for custom post type and category_id not working
- 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?
- post_class not working with css
- 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?
- 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
- get current page number with wp_link_pages()
- WP Codex answer incomplete? Put WP in subdirectory. .htaccess change required
- How to receive notification of deprecated API elements and functions?
- WordPress 6.0 upgrade caused my custom function to stop working
- Debug messages refer to /wp-includes/functions.php
- What are the available options for “Name” in WP search?
- Update Code to be Compatible with WP 5.3 (‘cannot modify header information’ warning)
- Excluding category from post navigation in WordPress?
- Function for when new custom post type is created should do something
- Remove Theme menu link from Admin Panel
- Re-coding category-template.php to go to custom URL
- Remove Url Parameter WordPress
- wp_schedule_event need to deactivate plugin changing recurrance
- Can’t put a hyperlink on Featured Post’s Image
- Does a codex exist for creating meta boxes in taxonomy
- Questions on WordPress Codex Concept
- Undefined index: debuging error for theme option template snippet
- Redirect users not logged in to the standard login page (and back) from some posts and pages
- Misleading information in the Codex, how do they get away with it? [closed]
- Your PHP installation appears to be missing the MySQL … After deleting and restarting from cpanel
- Get comment number by date range?
- Call to undefined function _deprecated_file() in class-smtp.php
- if is specific custom post in cpt
- How to use filter in this situation, can not modify the structure using filter
- WordPress Throwing Deprecated Errors on its own Files