inpsyde.search_and_replace.error
inpsyde.search_and_replace.error
Appears in: search-and-replace.3.2.0, search-and-replace.3.2.1, search-and-replace.3.2.2, search-and-replace.3.2.3
Hook Type: action
Displaying hooks found in version: search-and-replace.3.2.3do_action('inpsyde.search_and_replace.error') is found 1 times:
- /inc/Database/Replace.php line 409405406407408409410411412413414415
if
( defined(
'WP_DEBUG'
) && WP_DEBUG ) {
throw
$throwable
;
}
do_action(
'inpsyde.search_and_replace.error'
,
$throwable
);
}
return
$data
;
}
/**