PluginProbe
WP Ultimate Post Grid / 1.7.2
WP Ultimate Post Grid v1.7.2
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / vendor / vafpress / views / option / section.php

section.php in WP Ultimate Post Grid 1.7.2, at vendor/vafpress/views/option/section.php

11 lines 660 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div <?php VP_Util_Text::print_if_exists($section->get_name(), 'id="%s" '); ?>
2 class="vp-section<?php echo !empty($container_extra_classes) ? (' ' . $container_extra_classes) : ''; ?>"
3 <?php echo VP_Util_Text::print_if_exists($section->get_dependency(), 'data-vp-dependency="%s"'); ?> >
4 <?php VP_Util_Text::print_if_exists($section->get_title(), '<h3>%s</h3>'); ?>
5 <?php VP_Util_Text::print_if_exists($section->get_description(), '<span class="description vp-js-tipsy" original-title="%s"></span>'); ?>
6 <div class="vp-controls">
7 <?php foreach ($section->get_fields() as $field): ?>
8 <?php echo $field->render(); ?>
9 <?php endforeach; ?>
10 </div>
11 </div>