under-construction.php
16 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Help Tab: Data Attributes |
| 4 | * |
| 5 | * @package WPEL |
| 6 | * @category WordPress Plugin |
| 7 | * @version 2.3 |
| 8 | * @link https://www.webfactoryltd.com/ |
| 9 | * @license Dual licensed under the MIT and GPLv2+ licenses |
| 10 | */ |
| 11 | ?> |
| 12 | <h3><?php esc_html_e( 'Under Construction', 'wp-external-links' ) ?></h3> |
| 13 | <p> |
| 14 | <?php esc_html_e( 'Still working on the documentation...', 'wp-external-links' ); ?> |
| 15 | </p> |
| 16 |