Skip to content

Instantly share code, notes, and snippets.

View 1101blueli's full-sized avatar

theblueli 1101blueli

View GitHub Profile
@djrmom
djrmom / custom-hooks.php
Created August 10, 2018 11:49
facetwp fade out/in with pre-load
<?php
/**
** update of https://facetwp.com/fade-template-content-during-refresh/ to only fade in on pre-load
**/
add_action( 'wp_footer', function() { ?>
<style>
.facetwp-template {
opacity: 0;
}