The wmSectionLoader:ready event fires after all available sections loaders have been initialized.

<!-- Section Loader Custom Event -->
<script>
document.addEventListener('wmSectionLoader:ready', () => {
  
  // code here will run after a section loader pulls 
  // in the content from the '/example-url' page
  
})
</script>
Previous
Previous

How can I hide a section loader if there are no blocks in the section?

Next
Next

My content page is not linked page but can be found on search engines?