Changeset 50109 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 01/31/2021 12:48:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r50078 r50109 469 469 add_action( 'register_new_user', 'wp_send_new_user_notifications' ); 470 470 add_action( 'edit_user_created_user', 'wp_send_new_user_notifications', 10, 2 ); 471 add_action( 'comment_unapproved_to_approved', 'wp_new_comment_notify_comment_author' ); 471 472 472 473 // REST API actions.
Note: See TracChangeset
for help on using the changeset viewer.