To the best of my knowledge, and having heard Nacin say it explicitly, no deprecated function has ever been removed from WordPress to date.
No guarantees for the future, but it’s never happened yet. Still, avoid deprecated functions.
Related Posts:
- Warning/Notice about functions.php
- Use ‘add_theme_support’ instead of ‘add_custom_image_header’ In WordPress 3.4
- Pass parameter to hooked function using custom page template
- Deprecated function get_user_by_email($email)
- wp_create_category deprecated?
- WordPress 6.0 upgrade caused my custom function to stop working
- Why use if function_exists?
- Filter the query ONLY for the search results page
- How to add attributes to a shortcode
- Delete expired posts after a number of days after they expired
- How to use get_template_directory_uri() to load an image that is in a sub-folder of my theme?
- Customize WordPress Media Manager – Media Window
- How to override functions.php in child theme?
- Is it possible to maintain image aspect ratio when scaling images?
- How to override WordPress registration and insert an auto-generated username?
- Breadcrumb how i can display page title with parent > child title with permalink ? any Idea
- change a post status when users update posts?
- How often is functions.php loaded?
- update_post_meta for custom field not working upon form submission
- how to get and display logged in user’s recently read posts
- Cleaner way to access custom fields in code?
- Add a new subscriber role using a function
- Why functions.php file is called 8 time for just one page load?
- How to store / access files in child theme folder
- How to set the jpg image compression for specific thumbnail sizes?
- Function to auto-set a featured image that is already in use
- Delete pages and Create default pages for all new network sites
- Post thumbnail relative link and HTML modify
- Find first image on paginated post for Pinterest
- How would go about if I just want a temporary function?
- How do I edit wp_head and/or functions.php to remove rss-feed which isnt used and dont validate?
- Generating rel=prev and rel=next only on wordpress categories
- How do I get a child theme to load scripts from the parent theme?
- Access / Filter block variations in Gutenberg, in WordPress 5.6
- example of build_query function?
- Custom HTML in specific category single page and its descendant categories
- Avoid loading css from parent theme
- Modify a function without editing template
- How to hide unused profile fields?
- async javascript and css for wordpress
- Override widget in function WordPress
- WooCommerce – Want to show multiple currency for a single product [closed]
- How to change or add user role after getting post request data about pay? [closed]
- How add various functions within 1 conditional?
- Disable auto-resizing of uploaded images, but only for certain filename
- Add to cart php not working [closed]
- Create cron job for update translations automatically
- Login Redirect if Logged in from Specific Page
- Automatically include all php files in a child theme directory
- Override the function twentytwelve_scripts_styles in a child theme
- Custom taxonomy widget in admin area
- Add a unique class to HTML tag/element
- Removing specific menu items?
- What is the Difference in bones_comments() and comments.php
- AJAX error handling for submit function in functions file
- Do I need to use wp_reset_postdata for my function?
- get_pages() Returns Only One Item
- Use a shortcode to display custom meta box contents
- how to make has_block() see inside blocks too
- add_theme_support( ‘title_tag’ ) is not showing title on index.php
- Tracking the number of shortcodes for a list?
- Solution dealing with Child Theme / Parent theme functions
- Function to pull data from user meta not working
- remove edit link only for published post and pending post
- When are the user meta fields created in the database? Admin vs Woo API REST
- is_product_category(‘Services’) not working
- How to automatically add counted number to navigation menu items?
- Replace theme function
- How to access custom class methods from any include without using global
- Insert Modal on user first login
- More than one search results page template for two searches on site
- How do i create a search option for pdf’s only
- What is best practices to move the following code into a function?
- Correct way of Enqueue self hosted fonts in sass project
- function syntax is off,
- Replacing term/taxonomy archive pages with search queries
- Return ACF Field value function
- Best way to add image to recent posts widget?
- Change category checkbox into radio button [duplicate]
- wp_enqueue_script only works outside of action
- How can I include user meta information in the resulting array of a WP_User_Query?
- How to add next height number in Order Attributes inside the Add new page. [duplicate]
- Show the online status of the current post’s author
- Get Value of Custom Field
- How does child theme functions.php work with parent theme functions.php? Is it like CSS? [duplicate]
- restrict access to specific urls on a specific period of time
- Undefined offset: 2
- Need a functions that adds (adm)/(mod) if current user is admin/moderator right after their username
- Using is_plugin_active within functions.php
- Add title & subtitle to shortcodes
- Button generate a random URL [closed]
- How to Delete Posts by title?
- clickable title of 2 post on mainpage USING functions.php
- How do I add functionality to images?
- Display function from functions.php in tag.php
- AJAX values converted to PHP Variables?
- Custom Post Type Search
- Load script only on selected Pages
- Convert Image to Webp on upload without plugin
- How to automatically load Google Fonts on pages only as they’re used?