Created
April 11, 2026 10:39
-
-
Save plugin-republic/180d9130dd2c8f7940f524ae92a60f80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Filter Text Preview classes for Divi and nswiper gallery | |
| */ | |
| add_filter( 'apaou_gallery_container', function() { | |
| return 'images'; | |
| } ); | |
| add_filter( 'apaou_layer_parent', function() { | |
| return 'nswiper-wrapper'; | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment