recovery_email_debug_info

recovery_email_debug_info

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('recovery_email_debug_info') is found 1 times:

  • /wp-includes/class-wp-recovery-mode-email-service.php line 150
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
             * @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.