Changeset 56471
- Timestamp:
- 08/25/2023 05:02:53 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r56468 r56471 5600 5600 * 5601 5601 * There is a {@see 'deprecated_class_run'} hook that will be called that can be used 5602 * to get the backtrace up to what file and function called the 5603 * deprecated class. 5602 * to get the backtrace up to what file and function called the deprecated class. 5604 5603 * 5605 5604 * The current behavior is to trigger a user error if `WP_DEBUG` is true. … … 5610 5609 * @since 6.4.0 5611 5610 * 5612 * @param string $class The class being instantiated 5611 * @param string $class The class being instantiated. 5613 5612 * @param string $version The version of WordPress that deprecated the class. 5614 5613 * @param string $replacement Optional. The class or function that should have been called. … … 5622 5621 * @since 6.4.0 5623 5622 * 5624 * @param string $class The class being instantiated 5623 * @param string $class The class being instantiated. 5625 5624 * @param string $replacement The class or function that should have been called. 5626 5625 * @param string $version The version of WordPress that deprecated the class.
Note: See TracChangeset
for help on using the changeset viewer.