PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
plugins
/
webnus-shortcodes
/
shortcodes
<?php function easyweb_webnus_h1 ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<h1 class="'. $class .'">' . do_shortcode($content) . '</h1>'; } add_shortcode('h1','easyweb_webnus_h1'); function easyweb_webnus_h2 ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<h2 class="'. $class .'">' . do_shortcode($content) . '</h2>'; } add_shortcode('h2','easyweb_webnus_h2'); function easyweb_webnus_h3 ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<h3 class="'. $class .'">' . do_shortcode($content) . '</h3>'; } add_shortcode('h3','easyweb_webnus_h3'); function easyweb_webnus_h4 ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<h4 class="'. $class .'">' . do_shortcode($content) . '</h4>'; } add_shortcode('h4','easyweb_webnus_h4'); function easyweb_webnus_h5 ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<h5 class="'. $class .'">' . do_shortcode($content) . '</h5>'; } add_shortcode('h5','easyweb_webnus_h5'); function easyweb_webnus_h6 ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<h6 class="'. $class .'">' . do_shortcode($content) . '</h6>'; } add_shortcode('h6','easyweb_webnus_h6'); function easyweb_webnus_strong ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<strong class="'. $class .'">' . do_shortcode($content) . '</strong>'; } add_shortcode('strong','easyweb_webnus_strong'); function easyweb_webnus_br ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<br class="'. $class .'">'; } add_shortcode('br','easyweb_webnus_br'); function easyweb_webnus_div ($attributes, $content = null) { extract(shortcode_atts(array( "class" => '', ), $attributes)); return '<div class="'. $class .'">'.do_shortcode($content). '</div>'; } add_shortcode('div','easyweb_webnus_div'); ?>
[+]
..
[-] 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]