AlkantarClanX12
Current Path : /proc/self/root/home/thanudqk/siamfreetour.com/wp-content/plugins/hd-quiz/assets/block/ |
Current File : //proc/self/root/home/thanudqk/siamfreetour.com/wp-content/plugins/hd-quiz/assets/block/render.php |
<?php /** * @see https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/block-api/block-metadata.md#render */ $quizId = intval($attributes["quizId"]); if ($quizId > 0) { echo do_shortcode('[HDquiz quiz = "' . esc_attr($quizId) . '"]'); } else { echo 'QuizID not found => Gutenberg '; }