PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-mobile-app
/
kingcomposer-sc
<?php $atts = shortcode_atts( array( 'TYPE' => 'HERO', 'heading' => '', 'heading_color' => '', 'description' => '', 'description_color' => '', 'bg_type' => 'image', 'overlay_color' => '', 'image_bg' => '', 'slider_bg' => '', 'bg_color' => '', 'extra_class' => '' ), $atts ); $aAtts = \WILCITY_SC\SCHelpers::mergeIsAppRenderingAttr($atts); if ( empty($aAtts['overlay_color']) ){ unset($aAtts['overlay_color']); } if ( empty($aAtts['heading_color']) ){ unset($aAtts['heading_color']); } if ( empty($aAtts['description_color']) ){ unset($aAtts['description_color']); } echo '%SC%' . json_encode(\WILCITY_APP\Helpers\AppHelpers::removeUnnecessaryParamOnApp($aAtts)) . '%SC%';
[+]
..
[-] wilcity_google_admods.php
[edit]
[-] wilcity_app_listings_on_mobile.php
[edit]
[-] wilcity_kc_events_mobile.php
[edit]
[-] wilcity_app_heading.php
[edit]
[-] wilcity_app_term_boxes.php
[edit]
[-] wilcity_app_hero.php
[edit]