PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
/
kingcomposer
/
shortcodes
<?php $cf7 = get_posts( 'post_type="wpcf7_contact_form"&numberposts=-1' ); $contact_forms_id = array(); $contact_forms_name = array(); if ( $cf7 ) { foreach ( $cf7 as $cform ) { $contact_forms_id[ $cform->post_title ] = $cform->ID; $contact_forms_name[ $cform->post_title ] = $cform->post_title; } } else { $contact_forms_id[ esc_html__( 'No contact forms found', 'deep' ) ] = 0; $contact_forms_name[ esc_html__( 'No contact forms found', 'deep' ) ] = esc_html__( 'No contact forms found', 'deep' ); } $contact_forms_array = array_combine($contact_forms_id, $contact_forms_name); if (function_exists('kc_add_map')) { kc_add_map( array( 'donate' => array( 'name' => esc_html__( 'Donate Button', 'deep' ), 'description' => esc_html__( 'Donate Button', 'deep' ), 'icon' => 'webnus-donate', 'category' => esc_html__( 'Webnus Shortcodes', 'deep' ), 'params' => array( 'general' => array( array( 'name' => 'donate_content', 'label' => esc_html__( 'Content', 'deep' ), 'type' => 'textarea', 'description' => esc_html__( 'Button Text Content', 'deep'), ), array( 'name' => 'id', 'label' => esc_html__( 'Select contact form', 'deep' ), 'type' => 'select', 'options' => $contact_forms_array, 'description' => esc_html__( 'Choose previously created contact form from the drop down list.', 'deep' ), ), array( 'name' => 'color', 'label' => esc_html__( 'Color', 'deep' ), 'type' => 'select', 'options' => array( 'default' => 'Default', 'red' => 'Red', 'blue' => 'Blue', 'gray' => 'Gray', 'dark-gray' => 'Dark gray', 'cherry' => 'Cherry', 'orchid' => 'Orchid', 'pink' => 'Pink', 'orange' => 'Orange', 'teal' => 'Teal', 'skyblue' => 'SkyBlue', 'jade' => 'Jade', 'white' => 'White', 'black' => 'Black', ), 'description' => esc_html__( 'Button Color', 'deep'), ), array( 'name' => 'size', 'label' => esc_html__( 'Size', 'deep' ), 'type' => 'select', 'options' => array( 'small' => 'Small', 'Medium' => 'Medium', 'large' => 'Large', ), 'description' => esc_html__( 'Button Size', 'deep'), ), array( 'name' => 'border', 'label' => esc_html__( 'Bordered?', 'deep' ), 'type' => 'select', 'options' => array( 'false' => 'Normal', 'true' => 'Bordered', ), 'description' => esc_html__( 'Is button bordered?', 'deep'), ), array( 'name' => 'icon', 'label' => esc_html__('Icon', 'deep'), 'type' => 'icon_picker', 'description' => esc_html__( 'Select Button Icon', 'deep'), 'value' => 'none', ), ), 'Class & ID' => array( array( 'name' => 'shortcodeclass', 'label' => esc_html__('Extra Class', 'deep'), 'type' => 'text', ), array( 'name' => 'shortcodeid', 'label' => esc_html__('ID', 'deep'), 'type' => 'text', ), ), ) ), ) ); // End add map } // End if
[+]
..
[-] review-form.php
[edit]
[-] portfolio-carousel.php
[edit]
[-] buy-process.php
[edit]
[-] our-process.php
[edit]
[-] deep-gallery.php
[edit]
[-] dropcap.php
[edit]
[-] line.php
[edit]
[-] block-quote.php
[edit]
[-] link.php
[edit]
[-] instagram.php
[edit]
[-] videoplay.php
[edit]
[-] teaserbox.php
[edit]
[-] singlesermon.php
[edit]
[-] recipes.php
[edit]
[-] imagecarousel.php
[edit]
[-] w-svg.php
[edit]
[-] roadmap.php
[edit]
[-] singlecause.php
[edit]
[-] quote.php
[edit]
[-] alert.php
[edit]
[-] category-tab.php
[edit]
[-] button.php
[edit]
[-] collection.php
[edit]
[-] before-after-image.php
[edit]
[-] testimonial-tab-single.php
[edit]
[-] vcw.php
[edit]
[-] video-teaser.php
[edit]
[-] socials.php
[edit]
[-] tooltip.php
[edit]
[-] sermon-category.php
[edit]
[-] w-title.php
[edit]
[-] rooms.php
[edit]
[-] wp-hotel-booking.php
[edit]
[-] shop-product.php
[edit]
[-] distance.php
[edit]
[-] schedule.php
[edit]
[-] subscribe.php
[edit]
[-] review-items.php
[edit]
[-] featured-product.php
[edit]
[-] sermons.php
[edit]
[-] login.php
[edit]
[-] ourclients.php
[edit]
[-] testimonial.php
[edit]
[-] latestfromblog.php
[edit]
[-] pricing-tables.php
[edit]
[-] testimonial-tab-main.php
[edit]
[-] googlemap.php
[edit]
[-] custom-menu.php
[edit]
[-] content-carousel.php
[edit]
[-] tablepress.php
[edit]
[-] icon.php
[edit]
[-] blog.php
[edit]
[-] testimonialslider.php
[edit]
[-] content-slider-main.php
[edit]
[-] prayer-form.php
[edit]
[-] icondivider.php
[edit]
[-] testimonial-carousel.php
[edit]
[-] special-offers.php
[edit]
[-] search.php
[edit]
[-] iconbox.php
[edit]
[-] revslider.php
[edit]
[-] content-carousel-tab.php
[edit]
[-] postslider.php
[edit]
[-] infobox.php
[edit]
[-] the-grid.php
[edit]
[-] speakers.php
[edit]
[-] maxcounter.php
[edit]
[-] ourteam.php
[edit]
[-] reservation.php
[edit]
[-] toggle-box.php
[edit]
[-] donate.php
[edit]
[-] food-menu.php
[edit]
[-] countdown.php
[edit]
[-] content-slider-single.php
[edit]
[-] postfromblog.php
[edit]
[-] like-view-share.php
[edit]
[-] pricing-plan.php
[edit]
[-] magazine.php
[edit]
[-] list.php
[edit]
[-] image-hotspot.php
[edit]
[-] service-carousel.php
[edit]
[-] latest-tweets.php
[edit]
[-] process-carousel.php
[edit]
[-] callout.php
[edit]
[-] domain-checker.php
[edit]
[-] causes.php
[edit]
[-] prayer-items.php
[edit]