| 1 |
<?php |
| 2 |
/** |
| 3 |
* WP-Members Dialog Functions |
| 4 |
* |
| 5 |
* Handles functions that output front-end dialogs to end users. |
| 6 |
* |
| 7 |
* This file is part of the WP-Members plugin by Chad Butler |
| 8 |
* You can find out more about this plugin at https://rocketgeek.com |
| 9 |
* Copyright (c) 2006-2026 Chad Butler |
| 10 |
* WP-Members(tm) is a trademark of butlerblog.com |
| 11 |
* |
| 12 |
* @package WP-Members |
| 13 |
* @author Chad Butler |
| 14 |
* @copyright 2006-2026 |
| 15 |
*/ |
| 16 |
|
| 17 |
// Exit if accessed directly. |
| 18 |
if ( ! defined( 'ABSPATH' ) ) { |
| 19 |
exit(); |
| 20 |
} |
| 21 |
|
| 22 |
// End of file. |