Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40568, comment 31


Ignore:
Timestamp:
11/18/2020 09:09:20 AM (4 years ago)
Author:
giuseppe.mazzapica
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40568, comment 31

    initial v1  
    3838        * @param WP_Error $thing The error object passed to `is_wp_error()`.
    3939        */
    40         do_action( 'is_wp_error_instance', $thing );
     40        do_action( 'wp_error_seen', $thing );
    4141    }
    4242