Skip to content

Skipping I18N Gallery Images #3

@AnthonyVO

Description

@AnthonyVO

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions