| @@ -1,11 +1,7 @@ | ||
| 1 | 1 | <tr> |
| 2 | 2 | <td> |
| 3 | - <h2 id="<?php | |
| 4 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 5 | - exit; | |
| 6 | -} | |
| 7 | -print( isset( $args['id'] ) ? esc_html( $args['id'] ) : '' ); ?>"><?php print( isset( $args['title'] ) ? esc_html( $args['title'] ) : '' ); ?></h2> | |
| 3 | + <h2 id="<?php print( isset( $args['id'] ) ? esc_html( $args['id'] ) : '' ); ?>"><?php print( isset( $args['title'] ) ? esc_html( $args['title'] ) : '' ); ?></h2> | |
| 8 | 4 | <p class="welcome-sub-title"><?php print( isset( $args['sub_title'] ) ? esc_html( $args['sub_title'] ) : '' ); ?></p> |
| 9 | 5 | <?php |
| 10 | 6 | if ( isset( $args['video_url'] ) ) : |
| 11 | 7 | ?> |