コード例 #1
0
<?php 
foreach ($teccc->terms as $id => $attributes) {
    ?>
	<?php 
    $slug = esc_attr($attributes[Main::SLUG]);
    $name = esc_attr($attributes[Main::NAME]);
    ?>

<?php 
    Extras::add_map_link_css($slug);
    Extras::add_week_link_css($slug);
    if ('1' === $options['color_widgets']) {
        ?>
	<?php 
        Widgets::add_widget_link_css($slug);
    }
    ?>
.teccc-legend .tribe-events-category-<?php 
    echo $slug;
    ?>
 a,
.tribe-events-calendar .tribe-events-category-<?php 
    echo $slug;
    ?>
 a,
.tribe-events-category-<?php 
    echo $slug;
    ?>
 > div.hentry.vevent > h3.entry-title a,
.tribe-events-mobile.tribe-events-category-<?php