_available_vars.php
13 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | exit; // Exit if accessed directly |
| 4 | } |
| 5 | ?> |
| 6 | <div class="available-vars-w"> |
| 7 | <div class="latepoint-message latepoint-message-subtle"> |
| 8 | <div><?php esc_html_e('You can use these variables in your email and sms notifications. Just click on the variable with {} brackets and it will automatically copy to your buffer and you can simply paste it where you want to use it. It will be converted into a value for the agent/service or appointment.', 'latepoint'); ?></div> |
| 9 | </div> |
| 10 | <div class="available-vars-i"> |
| 11 | <?php include(LATEPOINT_ABSPATH.'lib/views/shared/_template_variables.php'); ?> |
| 12 | </div> |
| 13 | </div> |