芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/sthwholesaler.com/wp-content/themes/woodmart/inc/shortcodes/team-member.php
'', 'align' => 'left', 'name' => '', 'position' => '', 'twitter' => '', 'facebook' => '', 'skype' => '', 'linkedin' => '', 'instagram' => '', 'image' => '', 'img_size' => '270x170', 'style' => 'default', // Circle colored. 'size' => 'default', // Circle colored. 'form' => 'circle', 'woodmart_color_scheme' => '', 'layout' => 'default', 'css_animation' => 'none', 'el_class' => '', 'css' => '', ), $atts ); extract( $settings ); // phpcs:ignore. $classes = 'wd-rs-' . $woodmart_css_id; $classes .= ' member-layout-' . $layout; $classes .= woodmart_get_css_animation( $css_animation ); $classes .= ( $el_class ) ? ' ' . $el_class : ''; $classes .= ! empty( $align ) ? ' text-' . $align : ''; if ( $woodmart_color_scheme ) { $classes .= ' color-scheme-' . $woodmart_color_scheme; } if ( function_exists( 'vc_shortcode_custom_css_class' ) ) { $classes .= ' ' . vc_shortcode_custom_css_class( $css ); } $img_id = preg_replace( '/[^\d]/', '', $image ); $img = woodmart_otf_get_image_html( $img_id, $img_size, array(), array( 'class' => 'team-member-avatar-image' ) ); woodmart_enqueue_inline_style( 'social-icons' ); woodmart_enqueue_inline_style( 'team-member' ); ob_start(); ?>