recovery_email_debug_info

recovery_email_debug_info

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('recovery_email_debug_info') is found 1 times:

  • /wp-includes/class-wp-recovery-mode-email-service.php line 150
    		 * @since 5.3.0
    		 *
    		 * @param array $message An associative array of debug information.
    		 */
    		$debug = apply_filters( 'recovery_email_debug_info', $this->get_debug( $extension ) );
    
    		/* translators: Do not translate LINK, EXPIRES, CAUSE, DETAILS, SITEURL, PAGEURL, SUPPORT. DEBUG: those are placeholders. */
    		$message = __(
    			'Howdy!
    
    WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.