芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/Suk333s.seolift.co.uk/wp-content/themes/woodmart/inc/shortcodes/size-guide.php
'', 'id' => '', 'el_class' => '', 'css' => '', 'title' => 1, 'description' => 1, ); $element_args = wp_parse_args( $element_args, $default_args ); $wrapper_classes .= ' ' . $element_args['el_class']; if ( function_exists( 'vc_shortcode_custom_css_class' ) ) { $wrapper_classes .= ' ' . vc_shortcode_custom_css_class( $element_args['css'] ); } if ( ! $element_args['id'] ) { return ''; } $id = apply_filters( 'wpml_object_id', $element_args['id'], 'woodmart_size_guide', true ); $sguide_post = get_post( $id ); $size_tables = get_post_meta( $id, 'woodmart_sguide' ); ob_start(); ?>
post_title && $element_args['title'] ) : ?>
post_title ); ?>
post_content && $element_args['description'] ) : ?>
post_content ); ?>