{"id":3965,"date":"2020-03-17T20:28:37","date_gmt":"2020-03-18T03:28:37","guid":{"rendered":"https:\/\/codedcommerce.com\/product\/import-placeholder-for-212\/"},"modified":"2023-10-08T19:46:39","modified_gmt":"2023-10-09T02:46:39","slug":"place-elementor-templates-with-shortcode","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/place-elementor-templates-with-shortcode\/","title":{"rendered":"Place Elementor templates with shortcode"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>namespace Elementor;\n\nadd_shortcode( 'INSERT_ELEMENTOR', 'Elementor\\ccom_insert_elementor' );\n\nfunction ccom_insert_elementor( $atts ) {\n\n\tif( ! class_exists( 'Elementor\\Plugin' ) ) {\n\t\treturn '';\n\t}\n\n\tif( ! isset( $atts&#91;'id'] ) || empty( $atts&#91;'id'] ) ) {\n\t\treturn '';\n\t}\n\n\t$post_id = $atts&#91;'id'];\n\t$response = Plugin::instance()->frontend->get_builder_content_for_display( $post_id );\n\n\treturn $response;\n\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-3965","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/3965","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=3965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}