PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.13.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.13.0
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
← All changes | templates/theme-builder/header.php +24 -0 2.7.62.13.0 View file →
@@ -1,0 +1,24 @@
1 +<?php
2 +if ( ! defined( 'ABSPATH' ) ) {
3 + exit;
4 +}
5 +?>
6 +<!DOCTYPE html>
7 +<html <?php language_attributes(); ?>>
8 +<head>
9 + <meta charset="<?php echo esc_attr( get_bloginfo( 'charset' ) ); ?>">
10 + <meta name="viewport" content="width=device-width, initial-scale=1" />
11 + <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>" />
12 + <link rel="profile" href="<?php echo esc_url( 'http://gmpg.org/xfn/11' ); ?>" />
13 +
14 + <?php if ( ! current_theme_supports( 'title-tag' ) ) : ?>
15 + <title><?php echo esc_html( wp_get_document_title() ); ?></title>
16 + <?php endif; ?>
17 +
18 + <?php wp_head(); ?>
19 +</head>
20 +<body <?php body_class(); ?>>
21 +<?php
22 + wp_body_open();
23 +
24 + do_action( 'ablocks/templates/theme_builder/header' );