inpsyde.search_and_replace.error

inpsyde.search_and_replace.error

Hook Type: action

See hook in core

Displaying hooks found in version: search-and-replace.3.2.3

do_action('inpsyde.search_and_replace.error') is found 1 times:

  • /inc/Database/Replace.php line 409
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
            if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
                throw $throwable;
            }
     
            do_action( 'inpsyde.search_and_replace.error', $throwable );
        }
     
        return $data;
    }
     
    /**