File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/motors-wpbakery-widgets/templates/stm_tech_infos.php
Back
<?php $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); // phpcs:ignore WordPress.PHP.DontExtract.extract_extract $css_class = ( ! empty( $css ) ) ? apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, vc_shortcode_custom_css_class( $css, ' ' ) ) : ''; if ( ! empty( $icon_size ) ) { $icon_style = 'style=font-size:' . esc_attr( $icon_size ) . 'px;'; } else { $icon_style = ''; } $stm_icon_class = 'stm_icon_class_' . wp_rand( 0, 99999 ); ?> <style> <?php if ( ! empty( $icon_color ) ) : ?> .<?php echo esc_attr( $stm_icon_class ); ?>::before { color: <?php echo esc_attr( $icon_color ); ?>; } <?php endif; ?> </style> <div class="stm-tech-infos"> <div class="stm-tech-title"> <?php if ( ! empty( $icon ) ) : ?> <i class="<?php echo esc_attr( $icon ); ?> <?php echo esc_attr( $stm_icon_class ); ?>" <?php echo esc_attr( $icon_style ); ?>></i> <?php endif; ?> <?php if ( ! empty( $title ) ) : ?> <div class="title h5"> <?php echo esc_html( $title ); ?> </div> <?php endif; ?> </div> <table> <tbody> <?php echo wp_kses_post( wpb_js_remove_wpautop( $content ) ); ?> </tbody> </table> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings