Skip to content

Instantly share code, notes, and snippets.

@brianhogg
Created October 23, 2017 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianhogg/576e988c353ccbfb6fb686193b513236 to your computer and use it in GitHub Desktop.
Save brianhogg/576e988c353ccbfb6fb686193b513236 to your computer and use it in GitHub Desktop.
<?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