<?php /** * User registration email preview template. * * @since 2.3.3.4 * * @package User registration email preview template. */ defined( 'ABSPATH' ) || exit; ?> <!DOCTYPE html> <html <?php language_attributes(); ?> style="background-color: #E9EAEC;"> <head> <meta name="viewport" content="width=device-width"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title> <?php get_bloginfo( 'name' ); ?> </title> <style> html, body { overflow: auto; -webkit-overflow-scrolling: auto; margin: 0; min-height: 100vh; } </style> </head> <body <?php body_class(); ?> > <?php echo user_registration_process_email_content( $email_content, $email_template ); // phpcs:ignore. ?> </body> </html>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
myaccount | Folder | 0755 |
|
|
notices | Folder | 0755 |
|
|
dashboard-widget.php | File | 1.99 KB | 0644 |
|
email-preview.php | File | 788 B | 0644 |
|
form-login-registration.php | File | 1.85 KB | 0644 |
|
form-registration.php | File | 15.12 KB | 0644 |
|
index.php | File | 28 B | 0644 |
|