PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
plugins
/
webnus-shortcodes
/
shortcodes
<?php function easyweb_webnus_our_process_shortcode( $attributes, $content ) { extract( shortcode_atts( array( 'process_item' => '', ), $attributes ) ); // process_item loop $process_item = (array) vc_param_group_parse_atts( $process_item ); $process_item_data = array(); foreach ( $process_item as $data ) : $new_line = $data; $new_line['process_title'] = isset( $data['process_title'] ) ? $data['process_title'] : ''; $new_line['process_content'] = isset( $data['process_content'] ) ? $data['process_content'] : ''; $new_line['icon_fontawesome'] = isset( $data['icon_fontawesome'] ) ? $data['icon_fontawesome'] : 'fa fa-adjust'; $process_item_data[] = $new_line; endforeach; // render $out = '<div class="our-process-wrap">'; foreach ( $process_item_data as $line ) : // Enqueue needed icon font vc_icon_element_fonts_enqueue( 'fontawesome' ); $out .= ' <div class="our-process-item "> <i class="' . esc_attr( $line['icon_fontawesome'] ) . '"></i> <h4>' . $line['process_title'] . '</h4> <p>' . $line['process_content'] . '</p> </div>'; endforeach; $out .= '</div>'; return $out; } add_shortcode( 'our_process', 'easyweb_webnus_our_process_shortcode' );
[+]
..
[-] ourclients.php
[edit]
[-] pricing-plan.php
[edit]
[-] callout.php
[edit]
[-] icon.php
[edit]
[-] blog.php
[edit]
[-] buy-process.php
[edit]
[-] tab.php
[edit]
[-] distance.php
[edit]
[-] heading.php
[edit]
[-] alerts.php
[edit]
[-] categorybox.php
[edit]
[-] columns.php
[edit]
[-] ministry.php
[edit]
[-] postfromblog.php
[edit]
[-] single-resource-books.php
[edit]
[-] ourteam.php
[edit]
[-] video-bg.php
[edit]
[-] accordion.php
[edit]
[-] title.php
[edit]
[-] portfolio-carousel.php
[edit]
[-] webtags.php
[edit]
[-] slide-up-note.php
[edit]
[-] latest-from-blog.php
[edit]
[-] iconbox.php
[edit]
[-] quote.php
[edit]
[-] iconfonts-param.php
[edit]
[-] subscribe.php
[edit]
[-] list.php
[edit]
[-] buttons.php
[edit]
[-] checklist-param.php
[edit]
[-] maxslider.php
[edit]
[-] teaser-box.php
[edit]
[-] latest-news.php
[edit]
[-] testimonial-carousel.php
[edit]
[-] our-porcess.php
[edit]
[-] lefttab.php
[edit]
[-] flexslider.php
[edit]
[-] icon-divider.php
[edit]
[-] googlemap.php
[edit]
[-] webnus-divider.php
[edit]
[-] tooltip.php
[edit]
[-] highlight.php
[edit]
[-] taglineslider.php
[edit]
[-] pie.php
[edit]
[-] countdown.php
[edit]
[-] maxcounter.php
[edit]
[-] testimonials.php
[edit]
[-] parallax.php
[edit]
[-] doublepromo.php
[edit]
[-] resource-books.php
[edit]
[-] progressbar.php
[edit]
[-] dropcap.php
[edit]
[-] video-play.php
[edit]
[-] blox.php
[edit]
[-] pricingtables.php
[edit]
[-] magicmore.php
[edit]