PATH:
home
/
ajwellnessmassag
/
angelictravels.online
/
wp-content
/
plugins
/
essential-blocks
/
views
<?php // wrapper classes $_parent_classes = [ 'eb-parent-wrapper', 'eb-parent-' . $blockId, 'root-' . $blockId, $classHook ]; $_wrapper_classes = [ 'eb-taxonomies-wrapper', $blockId, $className, $displayStyle ]; ?> <div class="<?php echo esc_attr( implode( ' ', $_parent_classes ) ); ?>"> <div class="<?php echo esc_attr( implode( ' ', $_wrapper_classes ) ); ?>" data-id="<?php echo esc_attr( $blockId ); ?>"> <?php echo wp_kses($prefix_markup . $categories . $suffix_markup, 'post'); ?> </div> </div>
[-] post-meta.php
[edit]
[+]
common
[-] product-images.php
[edit]
[-] product-grid.php
[edit]
[+]
advanced-image
[-] form-block.php
[edit]
[+]
woocommerce
[-] welcome.php
[edit]
[+]
post-partials
[-] post-carousel.php
[edit]
[-] quick-setup.php
[edit]
[+]
insta-partials
[-] instagram-feed.php
[edit]
[+]
..
[+]
forms
[-] post-grid.php
[edit]
[-] social-share.php
[edit]
[-] taxonomy.php
[edit]
[-] admin.php
[edit]