user_erasure_complete_email_subject

user_erasure_complete_email_subject

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.7.2

apply_filters('user_erasure_complete_email_subject') is found 1 times:

  • /wp-includes/user.php line 3804
    3800
    3801
    3802
    3803
    3804
    3805
    3806
    3807
    3808
    3809
    *     @type string          $sitename           The site name sending the mail.
     *     @type string          $siteurl            The site URL sending the mail.
     * }
     */
    $subject = apply_filters( 'user_erasure_complete_email_subject', $subject, $email_data['sitename'], $email_data );
     
    if ( empty( $email_data['privacy_policy_url'] ) ) {
        /* translators: Do not translate SITENAME, SITEURL; those are placeholders. */
        $email_text = __(
            'Howdy,