Cấu trúc thêm shortcode vào php trên wordpress

    <?php
    if (function_exists('do_shortcode')) {
        $shortcode_result = do_shortcode('[elfsight_telegram_chat id="1"]');
        echo $shortcode_result;
    }
    ?>

Did you find this article useful?