class-global-theme-compatibility.php
1 year ago
class-hfe-default-compat.php
1 year ago
hfe-footer.php
5 years ago
hfe-header.php
4 years ago
hfe-header.php
24 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Header file in case of the elementor way |
| 4 | * |
| 5 | * @package header-footer-elementor |
| 6 | * @since 1.2.0 |
| 7 | */ |
| 8 | |
| 9 | ?><!DOCTYPE html> |
| 10 | <html <?php language_attributes(); ?>> |
| 11 | <head> |
| 12 | <meta charset="<?php bloginfo( 'charset' ); ?>" /> |
| 13 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 14 | <link rel="profile" href="http://gmpg.org/xfn/11" /> |
| 15 | <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> |
| 16 | <?php wp_head(); ?> |
| 17 | </head> |
| 18 | |
| 19 | <body <?php body_class(); ?>> |
| 20 | <?php do_action( 'wp_body_open' ); ?> |
| 21 | <div id="page" class="hfeed site"> |
| 22 | |
| 23 | <?php do_action( 'hfe_header' ); ?> |
| 24 |