Changeset 50394 for trunk/src/wp-includes/cron.php
- Timestamp:
- 02/20/2021 12:09:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r50175 r50394 399 399 * @param bool $wp_error Whether to return a WP_Error on failure. 400 400 */ 401 $pre = apply_filters( 'pre_reschedule_event', null, $event );401 $pre = apply_filters( 'pre_reschedule_event', null, $event, $wp_error ); 402 402 403 403 if ( null !== $pre ) {
Note: See TracChangeset
for help on using the changeset viewer.