enqueue(); endif; return Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $post_id ); } public function render_post_builder( $html, $post ) { if ( ! empty( $post ) && ! empty( $post->ID ) ) : return $this->render_page_content( $post->ID ); endif; return $html; } } endif; if ( did_action( 'elementor/loaded' ) ) : Upstudy_Elementor_Extensions::instance(); endif;