Changeset 60128
- Timestamp:
- 04/03/2025 08:47:40 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r60123 r60128 8070 8070 * @since 6.3.0 8071 8071 * 8072 * @param string $group The cache group name.8073 * @param int $time The new last changed time.8074 * @param int|false $previous_time The previous last changed time. False if not previously set.8072 * @param string $group The cache group name. 8073 * @param string $time The new last changed time (msec sec). 8074 * @param string|false $previous_time The previous last changed time. False if not previously set. 8075 8075 */ 8076 8076 do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time );
Note: See TracChangeset
for help on using the changeset viewer.