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
    			if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
    				throw $throwable;
    			}
    
    			do_action( 'inpsyde.search_and_replace.error', $throwable );
    		}
    
    		return $data;
    	}
    
    	/**