PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-mobile-app
/
kingcomposer-sc
<?php $atts = shortcode_atts( array( 'TYPE' => 'GOOGLE_ADMOB', 'banner_size_type' => 'default', 'banner_size'=> '' ), $atts ); if ( !trait_exists('WILCITY_APP\Controllers\JsonSkeleton') ){ return ''; } $aAdmobConfiguration = \WILCITY_APP\Helpers\AppHelpers::getAdMobConfiguration(); if ( empty($aAdmobConfiguration) ){ return ''; } if ( $atts['banner_size_type'] == 'custom'){ $aAdmobConfiguration['oBanner']['banner_size'] = $atts['banner_size']; } unset($atts['banner_size_type']); echo '%SC%' . json_encode(array( 'oResults' => $aAdmobConfiguration, 'TYPE' => $atts['TYPE'] )) . '%SC%'; return '';
[+]
..
[-] 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]