recovery_email_support_info

recovery_email_support_info

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('recovery_email_support_info') is found 1 times:

  • /wp-includes/class-wp-recovery-mode-email-service.php line 141
    		 * @since 5.2.0
    		 *
    		 * @param string $message The Message to include in the email.
    		 */
    		$support = apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' ) );
    
    		/**
    		 * Filters the debug information included in the fatal error protection email.
    		 *
    		 * @since 5.3.0
    		 *