芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/nippon.com.bd/wp-content/themes/woodmart/single-woodmart_layout.php
get_layout_id( 'checkout_form' ); $checkout_content_id = Main::get_instance()->get_layout_id( 'checkout_content' ); $checkout_form_post = get_post( $checkout_form_id ); $checkout_content_post = get_post( $checkout_content_id ); ?>
documents->get( $checkout_form_post->ID )->is_built_with_elementor() ) : ?> ID ); // phpcs:ignore ?> ID ); // phpcs:ignore ?> ID, '_wpb_shortcodes_custom_css', true ); $woodmart_shortcodes_custom_css = get_post_meta( $checkout_form_post->ID, 'woodmart_shortcodes_custom_css', true ); $content = ''; $content .= apply_filters( 'the_content', $checkout_form_post->post_content ); echo $content; ?>
documents->get( $checkout_content_post->ID )->is_built_with_elementor() ) : ?> ID ); // phpcs:ignore ?> ID ); // phpcs:ignore ?> ID, '_wpb_shortcodes_custom_css', true ); $woodmart_shortcodes_custom_css = get_post_meta( $checkout_content_post->ID, 'woodmart_shortcodes_custom_css', true ); $content = ''; $content .= apply_filters( 'the_content', $checkout_content_post->post_content ); echo $content; ?>
>