Files
profile/partner-panda-mobile.php

12 lines
537 B
PHP
Raw Permalink Normal View History

2025-07-09 21:21:17 +03:00
<div class="partners" id="panda-<?php echo get_queried_object_id(); ?>">
<div id="panda_div_<?php echo get_the_ID() ?>"></div>
<script type="text/javascript" charset="utf-8">
//window.addEventListener('scroll', function(e) {
//if (isScrolledIntoView('#panda-<?php echo get_queried_object_id(); ?>')){
//loadCluster('panda_div_<?php echo get_the_ID() ?>', '<?php echo get_permalink(get_the_ID()); ?>', function (isSuccess, divId) {return;});
//}
//});
</script>
</div>