Changeset 49635 for trunk/src/wp-includes/load.php
- Timestamp:
- 11/17/2020 07:19:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r49329 r49635 1506 1506 if ( $is_wp_error ) { 1507 1507 /** 1508 * Fires when `is_wp_error()` is called and it 's an instance of `WP_Error`.1508 * Fires when `is_wp_error()` is called and its parameter is an instance of `WP_Error`. 1509 1509 * 1510 1510 * @since 5.6.0 … … 1512 1512 * @param WP_Error $thing The error object passed to `is_wp_error()`. 1513 1513 */ 1514 do_action( ' wp_error_checked', $thing );1514 do_action( 'is_wp_error_instance', $thing ); 1515 1515 } 1516 1516
Note: See TracChangeset
for help on using the changeset viewer.