Skip to content

Instantly share code, notes, and snippets.

@mgibbs189
Created December 1, 2020 17:42
Show Gist options
  • Save mgibbs189/49220edac24266cbf6a80e6eb8c0f9f5 to your computer and use it in GitHub Desktop.
Save mgibbs189/49220edac24266cbf6a80e6eb8c0f9f5 to your computer and use it in GitHub Desktop.
<?php
// Add the following to your (child) theme's functions.php file
add_action( 'wp_head', function() {
?>
<script>
(function($) {
$(function() {
if ('undefined' !== typeof FWP) {
FWP.loading_handler = function(params) {}
}
});
})(jQuery);
</script>
<?php
}, 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment