-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I had to add the following to skip the gallery images created by the I18N Gallery plugin.
// Unwrap those inside I18N Gallery divs
$content = preg_replace('/<div class="gallery-image"([^>]*)>\s*<a href="[^"]*" class="glightbox">(<img[^>]*>)<\/a>\s*<\/div>/i', '<div class="gallery-image"$1>$2</div>', $content);
Thanks for your persistence.
Coffee is on the way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels