File manager - Edit - /home/theblueo/www/wp-content/plugins/nimbus/vc_templates/nb_template.php
Back
<?php extract( shortcode_atts( array( 'template' => '', 'class' => '', ), $atts ) ); $class = $this->getExtraClass( $class ); $nb_templates = array( 'post_type' => 'nb_templates', 'post__in' => array($template), ); $nb_templates_query = new WP_Query($nb_templates); if ( $nb_templates_query->have_posts() && in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) : ?> <div class="nb-vc-template <?php echo esc_attr( $class );?>"> <?php $GLOBALS['nb_vc_template_active'] = 'true'; WPBMap::addAllMappedShortcodes(); while ( $nb_templates_query->have_posts() ) : $nb_templates_query->the_post(); visual_composer()->addFrontCss(); the_content(); endwhile; wp_reset_postdata(); ?> </div> <?php endif;
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings