Skip to content

Commit

Permalink
ADD: wapu_page_start hook after opening body
Browse files Browse the repository at this point in the history
  • Loading branch information
MjHead committed Oct 10, 2017
1 parent 55319cc commit 92a4a60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions header-coming-soon.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
</head>

<body <?php body_class(); ?>>
<?php do_action( 'wapu_page_start' ); ?>
<div id="page" class="site">
<div id="content" class="site-content">
1 change: 1 addition & 0 deletions header-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</head>

<body <?php body_class(); ?>>
<?php do_action( 'wapu_page_start' ); ?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'wapu' ); ?></a>

Expand Down
1 change: 1 addition & 0 deletions header-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</head>

<body <?php body_class(); ?>>
<?php do_action( 'wapu_page_start' ); ?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'wapu' ); ?></a>

Expand Down
1 change: 1 addition & 0 deletions header-themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</head>

<body <?php body_class(); ?>>
<?php do_action( 'wapu_page_start' ); ?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'wapu' ); ?></a>

Expand Down
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</head>

<body <?php body_class(); ?>>
<?php do_action( 'wapu_page_start' ); ?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'wapu' ); ?></a>

Expand Down

0 comments on commit 92a4a60

Please sign in to comment.