Changes between Initial Version and Version 1 of Ticket #40568, comment 31
- Timestamp:
- 11/18/2020 09:09:20 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40568, comment 31
initial v1 38 38 * @param WP_Error $thing The error object passed to `is_wp_error()`. 39 39 */ 40 do_action( ' is_wp_error_instance', $thing );40 do_action( 'wp_error_seen', $thing ); 41 41 } 42 42