Created
October 23, 2017 04:07
-
-
Save brianhogg/576e988c353ccbfb6fb686193b513236 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ... | |
$loading = apply_filters( 'title', $loading_title ); | |
?> | |
<div class="page-loader"> | |
<div class="loading"></div> | |
<p><?= $loading ?></p> | |
</div> | |
<?php | |
// more php code... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment