Skip to content

Instantly share code, notes, and snippets.

@giucu91
Created May 21, 2019 22:29
Show Gist options
  • Save giucu91/7dd083ed0c011c223fb05e1863591ebd to your computer and use it in GitHub Desktop.
Save giucu91/7dd083ed0c011c223fb05e1863591ebd to your computer and use it in GitHub Desktop.
<?php
$classes = apply_filters( 'modula_gallery_extra_classes', 'modula modula-gallery', $data->settings );
?>
<div id="<?php echo esc_attr($data->gallery_id) ?>" class="<?php echo esc_attr( $classes ) ?> <?php echo ( $data->settings['align'] != '' ) ? esc_attr( 'align' . $data->settings['align'] ) : ''; ?>" data-config="<?php echo esc_attr( json_encode( $data->js_config ) ) ?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment