PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.65
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.65
1.2.74 1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 All 174 releases
userswp / templates / emails / uwp-email-registration_activate.php

uwp-email-registration_activate.php in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 1.2.65, at templates/emails/uwp-email-registration_activate.php

12 lines 416 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 // don't load directly
3 if ( !defined('ABSPATH') )
4 die('-1');
5
6 do_action( 'uwp_email_header', $email_heading, $email_name, $email_vars, $plain_text, $sent_to_admin );
7
8 if ( ! empty( $message_body ) ) {
9 echo wpautop( wptexturize( $message_body ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
10 }
11
12 do_action( 'uwp_email_footer', $email_name, $email_vars, $plain_text, $sent_to_admin );