{{gist file=”functions.php” lang=”php”}}
(function($) {
$(function() {
if (‘undefined’ !== typeof FWP) {
FWP.loading_handler = function(params) {}
}
});
})(jQuery);
<?php
}, 100 );
{{/gist}}
mgibbs189
{{gist file=”functions.php” lang=”php”}}
(function($) {
$(function() {
if (‘undefined’ !== typeof FWP) {
FWP.loading_handler = function(params) {}
}
});
})(jQuery);
<?php
}, 100 );
{{/gist}}