PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-shortcodes
/
default-sc
<?php use WilokeListingTools\Framework\Helpers\GetSettings; use WilokeListingTools\Framework\Helpers\Time as WilcityTimeHelper; use WilokeListingTools\Frontend\BusinessHours; add_shortcode('wilcity_sidebar_bookingcombannercreator', 'wilcitySidebarBookingComSidebarCreator'); function wilcitySidebarBookingComSidebarCreator($aArgs){ global $post; $aAtts = \WILCITY_SC\SCHelpers::decodeAtts($aArgs['atts']); $aAtts = wp_parse_args( $aAtts, array( 'name' => '', 'icon' => 'la la-hotel', 'desc' => '' ) ); if ( !GetSettings::isPlanAvailableInListing($post->ID, 'toggle_bookingcombannercreator') ){ return ''; } $bookingID = \WilokeListingTools\Models\BookingCom::getCreatorIDByParentID($post->ID); if ( empty($bookingID) ){ return ''; } if ( isset($aAtts['isMobile']) ){ return apply_filters('wilcity/mobile/sidebar/bookingcombannercreator', $post, $aAtts); } $content = ''; $content .= '<div class="content-box_module__333d9 sidebar-item-bookingcom">'; $content .= wilcityRenderSidebarHeader($aAtts['name'], $aAtts['icon'], true); $content .= '<div class="content-box_body__3tSRB">'; $content .= do_shortcode('[bdotcom_bm bannerid="'.esc_attr($bookingID).'"]'); $content .= '</div>'; $content .= '</div>'; return $content; }
[+]
..
[-] wilcity-sidebar-single-price.php
[edit]
[-] wilcity-sidebar-list.php
[edit]
[-] wilcity-sidebar-business-hours.php
[edit]
[-] wilcity-header-slider.php
[edit]
[-] wilcity-author-profile.php
[edit]
[-] wilcity-sidebar-bookingcombannercreator.php
[edit]
[-] wilcity-sidebar-grid.php
[edit]
[-] wilcity-sidebar-categories.php
[edit]
[-] wilcity-sidebar-woocommerce-booking.php
[edit]
[-] wilcity-sidebar-slider.php
[edit]
[-] wilcity-thankyou-addlisting-pending.php
[edit]
[-] wilcity-gallery.php
[edit]
[-] wilcity-list-features.php
[edit]
[-] wilcity-group-properties.php
[edit]
[-] wilcity-sidebar-coupon.php
[edit]
[-] wilcity-listing-social-networks.php
[edit]
[-] wilcity-sidebar-header.php
[edit]
[-] wilcity-sidebar-taxonomy.php
[edit]
[-] wilcity-sidebar-statistics.php
[edit]
[-] wilcity-thankyou-promotion.php
[edit]
[-] wilcity-googlemap.php
[edit]
[-] wilcity-sidebar-terms-box.php
[edit]
[-] wilcity-sidebar-custom.php
[edit]
[-] wilcity-sharing-posts.php
[edit]
[-] wilcity-get-coupon.php
[edit]
[-] wilcity-google-adsense-in-article.php
[edit]
[-] wilcity-google-adsense.php
[edit]
[-] wilcity-sidebar-business-info.php
[edit]
[-] wilcity-pricing.php
[edit]
[-] wilcity-sidebar-price-range.php
[edit]
[-] wilcity-sidebar-related-listings.php
[edit]
[-] wilcity-sidebar-claim.php
[edit]
[-] wilcity-sidebar-my-products.php
[edit]
[-] wilcity-custom-login.php
[edit]
[-] wilcity-my-bank-account.php
[edit]
[-] wilcity-render-box-icon1.php
[edit]
[-] wilcity-sidebar-tags.php
[edit]
[-] wilcity-sidebar-google-adsense.php
[edit]
[-] wilcity-thankyou-addlisting-approved.php
[edit]