Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created November 3, 2025 14:53
Show Gist options
  • Select an option

  • Save plugin-republic/72ae610d4ae9eb4b5aa15e443b91cc7a to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/72ae610d4ae9eb4b5aa15e443b91cc7a to your computer and use it in GitHub Desktop.
<?php
/**
* Text Preview / X Theme compatibility
*/
add_filter( 'apaou_field_gallery_container', function( $container, $item ){
return 'swiper-wrapper.main-images';
}, 10, 2 );
add_filter( 'apaou_control_container', function( $container, $product ){
return 'swiper-wrapper.thumbnails-list';
}, 11, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment