PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wilcity-wpbakery-addon
/
vc_templates
<?php function wilcityVCCustomLogin($atts){ $atts = shortcode_atts( array( 'social_login_type' => 'fb_default', 'custom_shortcode' => 'fb_default', 'login_section_title' => '', 'register_section_title' => '', 'rp_section_title' => '', 'login_bg_img' => '', 'login_bg_color' => '', 'login_boxes' => '', 'css' => '', 'extra_class' => '' ), $atts ); if ( !empty($atts['login_bg_img']) ){ $atts['login_bg_img'] = wp_get_attachment_image_url($atts['login_bg_img'], 'large'); } if ( !empty($atts['login_boxes']) ){ $atts['login_boxes'] = vc_param_group_parse_atts($atts['login_boxes']); } $atts = apply_filters('wilcity/vc/parse_sc_atts', $atts); ob_start(); wilcity_render_custom_login_sc($atts); $content = ob_get_contents(); ob_end_clean(); return $content; } add_shortcode('wilcity_vc_custom_login', 'wilcityVCCustomLogin');
[+]
..
[-] wilcity_vc_contact_us.php
[edit]
[-] wilcity_vc_custom_login.php
[edit]
[-] wilcity_vc_search_form.php
[edit]
[-] wilcity_vc_author_slider.php
[edit]
[-] wilcity_vc_events_slider.php
[edit]
[-] wilcity_vc_listings_slider.php
[edit]
[-] wilcity_vc_hero.php
[edit]
[-] wilcity_vc_wiloke_wave.php
[edit]
[-] wilcity_vc_term_boxes.php
[edit]
[-] wilcity_vc_box_icon.php
[edit]
[-] wilcity_vc_heading.php
[edit]
[-] wilcity_vc_events_grid.php
[edit]
[-] wilcity_vc_testimonials.php
[edit]
[-] wilcity_vc_pricing.php
[edit]
[-] wilcity_vc_team_intro_slider.php
[edit]
[-] wilcity_vc_intro_box.php
[edit]
[-] wilcity_vc_modern_term_boxes.php
[edit]
[-] wilcity_vc_masonry_term_boxes.php
[edit]
[-] wilcity_vc_listing_grip_layout.php
[edit]