| @@ -1,3 +1,7 @@ | ||
| 1 | -<strong><?php esc_html_e( 'Name', 'betterdocs' ); ?></strong>: <?php echo esc_html( $name ); ?> <br> | |
| 1 | +<strong><?php | |
| 2 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 3 | + exit; | |
| 4 | +} | |
| 5 | +esc_html_e( 'Name', 'betterdocs' ); ?></strong>: <?php echo esc_html( $name ); ?> <br> | |
| 2 | 6 | <strong><?php esc_html_e( 'Docs', 'betterdocs' ); ?></strong>: <?php echo esc_html( $article ); ?> <br> |
| 3 | 7 | <?php echo esc_html( $message_text ); ?> |