芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/test.ezed.pk/wp-content/plugins/anywhere-elementor/includes/shortcode.php
get_post_type($post_id), 'post__in' => [$post_id] ] ); if(!$post){ return ''; } $response = Plugin::instance()->frontend->get_builder_content_for_display($post[0]->ID); return $response; } } Shortcode::instance();