' . $attr['list']. ' + '.$attr['more'] . '
'.
do_shortcode($smcontent).'
'.$attr['list']. ' - ' . $attr['less'] . '
';
$wpsm_string .= '
';
return $wpsm_string;
}
add_action( 'wp_enqueue_scripts', 'sm_scripts');
function sm_scripts (){
/*$plugin_url = plugins_url( '/', __FILE__ );
wp_enqueue_style (
'sm-style',
$plugin_url . 'wpsm-style.css'
);
wp_enqueue_script (
'sm-script',
$plugin_url . 'wpsm-script.js',
array( 'jquery' ),
'1.0.1',
true
);*/
}
//add_action('wp_footer', 'sm_scripts');
get_field('hotline_1', 'option'),
'phone2' => get_field('hotline_2', 'option'),
'email' => get_field('email', 'option'),
'facebook' => get_field('facebook_fanpage', 'option'),
'facebook_chat' => get_field('facebook_chat', 'option'),
'address' => get_field('address', 'option'),
'googlemap' => get_field('google_map_url', 'option')
), $contats));
$html = '';
//HTML
$html.= '