Skip to content

Instantly share code, notes, and snippets.

@djrmom
Created May 22, 2018 17:00
Show Gist options
  • Select an option

  • Save djrmom/26c65e3aa5b443de54f7a1aa091f141e to your computer and use it in GitHub Desktop.

Select an option

Save djrmom/26c65e3aa5b443de54f7a1aa091f141e to your computer and use it in GitHub Desktop.
facetwp uncode isotope
<?php
/**
** reload isotope for uncode theme after facet refresh
**/
add_action( 'wp_head', function() { ?>
<script>
(function($) {
$(document).on('facetwp-loaded', function() {
if (FWP.loaded) {
UNCODE.isotopeLayout();
}
});
})(jQuery);
</script>
<?php } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment