Guest User

Untitled

a guest
Mar 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. // Add to your child theme's functions.php
  4.  
  5. add_action( 'wp_footer', function() {
  6. ?>
  7. <script>
  8. (function($) {
  9. $(document).on('facetwp-loaded', function() {
  10. if (FWP.loaded) {
  11. FOOBOX.init();
  12. }
  13. });
  14. })(jQuery);
  15. </script>
  16. <?php
  17. }, 100 );
Add Comment
Please, Sign In to add comment